(svn r2819) Make variables, which are exclusive for internal use of the save/load code, static in saveload.c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user