From 6c1cc8c05c366f384ac89b019ee528437feabe7f Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 15 Mar 2011 15:27:45 -0500 Subject: [PATCH] cleanup --- src/RageInputDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageInputDevice.h b/src/RageInputDevice.h index 84230edd81..af28513bc2 100644 --- a/src/RageInputDevice.h +++ b/src/RageInputDevice.h @@ -321,7 +321,7 @@ public: /* Whether this button is pressed. This is level with a threshold and * debouncing applied. */ bool bDown; - + RageTimer ts; DeviceInput(): device(InputDevice_Invalid), button(DeviceButton_Invalid), level(0), x(0), y(0), bDown(false), ts(RageZeroTimer) { }