texteff.c
changeset 1881 023a134a4b12
parent 1595 b1a8323c1024
child 1891 92a3b0aa0946
--- a/texteff.c	Mon May 30 21:46:10 2005 +0000
+++ b/texteff.c	Mon May 30 22:16:05 2005 +0000
@@ -368,10 +368,9 @@
 
 static void SaveLoad_ANIT(void)
 {
-	if (_sl.version < 6)
-		SlArray(_animated_tile_list, lengthof(_animated_tile_list),
-			SLE_FILE_U16 | SLE_VAR_U32);
-	else
+	if (_sl.version < 6) {
+		SlArray(_animated_tile_list, lengthof(_animated_tile_list), SLE_FILE_U16 | SLE_VAR_U32);
+	} else
 		SlArray(_animated_tile_list, lengthof(_animated_tile_list), SLE_UINT32);
 }