DEADSOFTWARE

Rename preserve DirType
[d2df-sdl.git] / src / mapdef / mapdef.txt
index 8807ea7af4908ce0732550961ad6a6aef6836969..6cd4c0c06db98c712cab4c83604184108a40cdd4 100644 (file)
@@ -103,7 +103,7 @@ enum TextureSpecial {
 enum DirType {
   DIR_LEFT, // 0
   DIR_RIGHT, // 1
-  DIR_SOMETHING2, // 2
+  DIR_PRESERVE, // 2
   DIR_REVERSE, // 3
 }