summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ttd.c b/ttd.c
index 88021d6a8..7043627e8 100644
--- a/ttd.c
+++ b/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();