summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/keyinput.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/keyinput.hpp')
-rw-r--r--src/guichan/include/guichan/keyinput.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/keyinput.hpp b/src/guichan/include/guichan/keyinput.hpp
index 6b1d8e932..09d46857c 100644
--- a/src/guichan/include/guichan/keyinput.hpp
+++ b/src/guichan/include/guichan/keyinput.hpp
@@ -64,6 +64,7 @@ namespace gcn
* Constructor.
*/
KeyInput() :
+ mKey(0),
mType(0),
mShiftPressed(false),
mControlPressed(false),