summaryrefslogtreecommitdiffstats
path: root/matchblox/menu/menu_msg.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-27 20:01:14 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-27 20:01:14 (GMT)
commitd1be71f4ef809d3928ff6c8e3c25bc801cdf6339 (patch)
treeea93c3036e5afb5ac0109b6d832ce2878f84df76 /matchblox/menu/menu_msg.c
parent4f1e514f389bd1bd0de21bb3daaf477939b0ce33 (diff)
download2iv55-d1be71f4ef809d3928ff6c8e3c25bc801cdf6339.zip
2iv55-d1be71f4ef809d3928ff6c8e3c25bc801cdf6339.tar.gz
2iv55-d1be71f4ef809d3928ff6c8e3c25bc801cdf6339.tar.bz2
small changes in menu button handling
Diffstat (limited to 'matchblox/menu/menu_msg.c')
-rw-r--r--matchblox/menu/menu_msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/matchblox/menu/menu_msg.c b/matchblox/menu/menu_msg.c
index 3a84543..0fed049 100644
--- a/matchblox/menu/menu_msg.c
+++ b/matchblox/menu/menu_msg.c
@@ -1,6 +1,7 @@
#include "message_queue.h"
#include "message_input.h"
#include "menu_msg.h"
+#include "menu.h"
void MenuPostMessage(struct menu_payload payload)
{
@@ -45,6 +46,7 @@ void MenuPostMessageStart(void)
payload.action = ACTION_START;
payload.gamemode = 0;
+ MenuOff();
MenuPostMessage(payload);