aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newgui.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/newgui.cpp b/newgui.cpp
index 817afcf24f..48556321eb 100644
--- a/newgui.cpp
+++ b/newgui.cpp
@@ -100,6 +100,10 @@ void NewGui::loop()
_textcolor = RGBMatch(_s->_currentPalette, 32, 192, 32);
_textcolorhi = RGBMatch(_s->_currentPalette, 0, 256, 0);
#endif
+
+ _eventList.clear();
+ _currentKeyDown = 0;
+
_prepare_for_gui = false;
}