From b23c967230599ac3a27011cbc411960011430f7c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 17 May 2009 10:59:40 +0000 Subject: (svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi. --- src/saveload/misc_sl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload') 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() }; -- cgit v1.2.3-54-g00ecf