fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_mm / mm_init.c
index 73ab232dc4a2fc9072f568eda0619f408f2e86c4..1906c97d3bbb69fb75d58cc868aac7d0bcb91e82 100644 (file)
@@ -22,7 +22,7 @@ unsigned int InitEngineRandom_MM(int seed)
   return InitEngineRandom(seed);
 }
 
-void InitElementProperties_MM()
+void InitElementProperties_MM(void)
 {
   int i,j;
 
@@ -235,11 +235,11 @@ void InitElementProperties_MM()
     Elementeigenschaften[i] |= EP_BIT_WALL;
 }
 
-void mm_open_all()
+void mm_open_all(void)
 {
   InitElementProperties_MM();
 }
 
-void mm_close_all()
+void mm_close_all(void)
 {
 }