mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
(svn r301) Fix: game options (like drive side) are not taken from the scenario when using 'new game' command
This commit is contained in:
5
ttd.c
5
ttd.c
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user