diff options
Diffstat (limited to 'nullgame.c')
| -rw-r--r-- | nullgame.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -144,3 +144,8 @@ float game_flash_length(game_state *oldstate, game_state *newstate) { return 0.0F; } + +int game_wants_statusbar(void) +{ + return FALSE; +} |