fixed compiler warnings (after adding "-Wmissing-prototypes")
[rocksndiamonds.git] / src / game_em / input.c
index 27814ee84d9d0ce324d140d6eae27ea3a4968a6f..1e641bcf921c80fee97102f815731f2d9853e6f4 100644 (file)
@@ -67,7 +67,7 @@ void InitGameEngine_EM(void)
   RedrawPlayfield_EM(FALSE);
 }
 
-void UpdateGameDoorValues_EM(void)
+static void UpdateGameDoorValues_EM(void)
 {
 }