aboutsummaryrefslogtreecommitdiff
path: root/nullgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'nullgame.c')
-rw-r--r--nullgame.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nullgame.c b/nullgame.c
index 5ce6f07..3d278ad 100644
--- a/nullgame.c
+++ b/nullgame.c
@@ -144,3 +144,8 @@ float game_flash_length(game_state *oldstate, game_state *newstate)
{
return 0.0F;
}
+
+int game_wants_statusbar(void)
+{
+ return FALSE;
+}