fixed compiler warnings (after adding "-Wmissing-prototypes")
[rocksndiamonds.git] / src / game_sp / main.c
index 7aafb99612dbc5c2563b0b2cea07332847faf5c4..9e5ff836f7947e25aa77530c45abc43cbdd6af51 100644 (file)
@@ -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;