(svn r2819) Make variables, which are exclusive for internal use of the save/load code, static in saveload.c

This commit is contained in:
tron
2005-08-06 17:40:21 +00:00
parent 3b6b3af629
commit 03e860d06d
7 changed files with 196 additions and 94 deletions

View File

@@ -373,7 +373,7 @@ void InitializeAnimatedTiles(void)
static void SaveLoad_ANIT(void)
{
if (_sl.version < 6) {
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);