mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 19:09:09 +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
|
// Copy in game options
|
||||||
_opt_mod_ptr = &_opt;
|
// Removed copying of game options when using "new game". --dominik
|
||||||
memcpy(&_opt, &_new_opt, sizeof(_opt));
|
// _opt_mod_ptr = &_opt;
|
||||||
|
// memcpy(&_opt, &_new_opt, sizeof(_opt));
|
||||||
|
|
||||||
GfxLoadSprites();
|
GfxLoadSprites();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user