fix warnings
This commit is contained in:
@@ -292,8 +292,8 @@ public:
|
|||||||
|
|
||||||
RageTimer ts;
|
RageTimer ts;
|
||||||
|
|
||||||
DeviceInput(): device(DEVICE_NONE), button(-1), ts(RageZeroTimer), level(0) { }
|
DeviceInput(): device(DEVICE_NONE), button(-1), level(0), ts(RageZeroTimer) { }
|
||||||
DeviceInput( InputDevice d, int b, float l=0 ): device(d), button(b), level(l), ts(RageZeroTimer) { }
|
DeviceInput( InputDevice d, int b, float l=0 ): device(d), level(l), button(b), ts(RageZeroTimer) { }
|
||||||
DeviceInput( InputDevice d, int b, float l, const RageTimer &t ):
|
DeviceInput( InputDevice d, int b, float l, const RageTimer &t ):
|
||||||
device(d), button(b), level(l), ts(t) { }
|
device(d), button(b), level(l), ts(t) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user