X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=9e5ff836f7947e25aa77530c45abc43cbdd6af51;hb=17c7213a32d3a0e4c84727937f2ed79028461798;hp=7aafb99612dbc5c2563b0b2cea07332847faf5c4;hpb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 7aafb996..9e5ff836 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -64,7 +64,7 @@ void RedrawPlayfield_SP(boolean force_redraw) UpdatePlayfield(force_redraw); } -void UpdateGameDoorValues_SP(void) +static void UpdateGameDoorValues_SP(void) { game_sp.time_played = TimerVar / FRAMES_PER_SECOND; game_sp.infotrons_still_needed = InfotronsNeeded;