mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Added a status bar.
[originally from svn r4174]
This commit is contained in:
@ -144,3 +144,8 @@ float game_flash_length(game_state *oldstate, game_state *newstate)
|
||||
{
|
||||
return 0.0F;
|
||||
}
|
||||
|
||||
int game_wants_statusbar(void)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user