(svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.

This commit is contained in:
rubidium 2009-05-17 10:59:40 +00:00
parent f457cff73c
commit b23c967230
1 changed files with 1 additions and 1 deletions

View File

@ -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()
};