From 2f6aaf940fb3975c46d043cd21a2caf4504525a0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Sep 2006 00:48:56 +0000 Subject: [PATCH] ctor --- stepmania/src/InputEventPlus.h | 1 + 1 file changed, 1 insertion(+) 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;