changed function to static
[rocksndiamonds.git] / src / game.c
index b7f8736a03a77ec1d932b44956ca14d871242477..6477029738e89dce11254f11f2ca1a398644a6f1 100644 (file)
@@ -15632,7 +15632,7 @@ void RequestQuitGame(boolean escape_key_pressed)
                     "Do you really want to quit the game?");
 }
 
-void RequestRestartGame(char *message)
+static void RequestRestartGame(char *message)
 {
   boolean has_started_game = hasStartedNetworkGame();
   int request_mode = (has_started_game ? REQ_ASK : REQ_CONFIRM);