This commit is contained in:
AJ Kelly
2011-03-15 15:27:45 -05:00
parent ad75520446
commit 6c1cc8c05c
+1 -1
View File
@@ -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) { }