From a8c8237bd0362e4fe44a451eb81544b451ae4444 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 29 Apr 2004 19:23:08 +0000 Subject: Added a status bar. [originally from svn r4174] --- nullgame.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nullgame.c') 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; +} -- cgit v1.1