fixed bug in single button handling causing broken tapes (EM engine)
[rocksndiamonds.git] / src / game_em / tile.h
index f029834e63a976ccd996a813b40c412064135020..6b6dc3e20e8896ae5b1ccca43baa7f2e4701e713 100644 (file)
@@ -428,17 +428,18 @@ enum
   TILE_MAX
 };
 
-#endif
-
 enum
 {
   SPR_still = 0,
-  SPR_walk = 1,
-  SPR_push = 5,
+  SPR_walk  = 1,
+  SPR_push  = 5,
   SPR_spray = 9,
-  SPR_MAX = 13
+
+  SPR_MAX   = 13
 };
 
+#endif
+
 extern unsigned char tab_blank[TILE_MAX];
 extern unsigned char tab_acid[TILE_MAX];
 extern unsigned char tab_amoeba[TILE_MAX];