summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-25 12:57:39 +0000
committerrubidium <rubidium@openttd.org>2008-05-25 12:57:39 +0000
commitce821b1adac69e91598f48217da42405ca08eb34 (patch)
tree025594bdaef0e1efcf18e01f88e9d25a469cdb7c /src/genworld_gui.cpp
parent4ea34e778c4ae194f147b28c327d011207b126ed (diff)
downloadopenttd-ce821b1adac69e91598f48217da42405ca08eb34.tar.xz
(svn r13242) -Codechange: remove _opt_ptr.
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index 42336d9f9..114218f57 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -207,7 +207,6 @@ void StartGeneratingLandscape(glwp_modes mode)
/* Copy all XXX_newgame to XXX when coming from outside the editor */
UpdatePatches();
_opt = _opt_newgame;
- _opt_ptr = &_opt;
ResetGRFConfig(true);
SndPlayFx(SND_15_BEEP);