rnd-20030511-1-src
[rocksndiamonds.git] / src / init.c
index aba60774b3f5c75e9e1cf2d1245ad468779cb660..88bfaeb84572c4362ad2a65a79231309e073f8fd 100644 (file)
@@ -1398,15 +1398,6 @@ void InitElementPropertiesStatic()
     -1
   };
 
-  static int ep_player[] =
-  {
-    EL_PLAYER_1,
-    EL_PLAYER_2,
-    EL_PLAYER_3,
-    EL_PLAYER_4,
-    -1
-  };
-
   static int ep_can_be_crumbled[] =
   {
     EL_SAND,
@@ -1416,6 +1407,15 @@ void InitElementPropertiesStatic()
     -1
   };
 
+  static int ep_player[] =
+  {
+    EL_PLAYER_1,
+    EL_PLAYER_2,
+    EL_PLAYER_3,
+    EL_PLAYER_4,
+    -1
+  };
+
   static int ep_can_move[] =
   {
     /* only stored in level file */