summaryrefslogtreecommitdiff
path: root/texteff.c
diff options
context:
space:
mode:
Diffstat (limited to 'texteff.c')
-rw-r--r--texteff.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/texteff.c b/texteff.c
index fdf6c5640..b418b55de 100644
--- a/texteff.c
+++ b/texteff.c
@@ -368,10 +368,9 @@ void InitializeAnimatedTiles(void)
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);
}