diff --git a/stepmania/src/InputEventPlus.h b/stepmania/src/InputEventPlus.h index 31134ff57d..4efb9ee52e 100644 --- a/stepmania/src/InputEventPlus.h +++ b/stepmania/src/InputEventPlus.h @@ -11,6 +11,7 @@ class InputEventPlus { public: + InputEventPlus() { StyleI = StyleInput_INVALID; mp = MultiPlayer_INVALID; } DeviceInput DeviceI; InputEventType type; GameInput GameI;