diff options
author | rubidium <rubidium@openttd.org> | 2009-05-17 10:59:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-05-17 10:59:40 +0000 |
commit | b23c967230599ac3a27011cbc411960011430f7c (patch) | |
tree | 31bfdb2873d6423d74eaf6688f80493f93290856 /src/saveload | |
parent | f457cff73c08b3d338d9a601e84b18aba66e2a64 (diff) | |
download | openttd-b23c967230599ac3a27011cbc411960011430f7c.tar.xz |
(svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/misc_sl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/misc_sl.cpp b/src/saveload/misc_sl.cpp index 7766ae505..12e74aebb 100644 --- a/src/saveload/misc_sl.cpp +++ b/src/saveload/misc_sl.cpp @@ -75,7 +75,7 @@ static const SaveLoadGlobVarList _date_desc[] = { SLEG_CONDVAR(_next_competitor_start, SLE_UINT32, 109, SL_MAX_VERSION), SLEG_VAR(_trees_tick_ctr, SLE_UINT8), SLEG_CONDVAR(_pause_mode, SLE_UINT8, 4, SL_MAX_VERSION), - SLE_CONDNULL(4, 10, 119), + SLE_CONDNULL(4, 11, 119), SLEG_END() }; |