summaryrefslogtreecommitdiff
path: root/texteff.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 17:40:21 +0000
committertron <tron@openttd.org>2005-08-06 17:40:21 +0000
commit03e860d06d21444377dda121a18e3f007e2d3116 (patch)
treed029614e85326d4e6edd38b2df4e06c8625d53c3 /texteff.c
parent3b6b3af629367534c3e91676dc613f993a6a6314 (diff)
downloadopenttd-03e860d06d21444377dda121a18e3f007e2d3116.tar.xz
(svn r2819) Make variables, which are exclusive for internal use of the save/load code, static in saveload.c
Diffstat (limited to 'texteff.c')
-rw-r--r--texteff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/texteff.c b/texteff.c
index 9121b29a2..25a85e275 100644
--- a/texteff.c
+++ b/texteff.c
@@ -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);