No more segfaults when trying to spawn bullets of unknown type
[supertux.git] / src / tile.hpp
index d1c7fe7..9518f43 100644 (file)
@@ -77,7 +77,7 @@ public:
     WORLDMAP_SOUTH = 0x0002,
     WORLDMAP_EAST  = 0x0004,
     WORLDMAP_WEST  = 0x0008,
-       WORLDMAP_DIR_MASK = 0x000f,
+    WORLDMAP_DIR_MASK = 0x000f,
 
     WORLDMAP_STOP  = 0x0010,