(svn r301) Fix: game options (like drive side) are not taken from the scenario when using 'new game' command

This commit is contained in:
dominik 2004-09-19 23:05:09 +00:00
parent e0d671ab5f
commit be726e5ec4
1 changed files with 3 additions and 2 deletions

5
ttd.c
View File

@ -735,8 +735,9 @@ void StartScenario()
}
// Copy in game options
_opt_mod_ptr = &_opt;
memcpy(&_opt, &_new_opt, sizeof(_opt));
// Removed copying of game options when using "new game". --dominik
// _opt_mod_ptr = &_opt;
// memcpy(&_opt, &_new_opt, sizeof(_opt));
GfxLoadSprites();