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
commit5fa0946c087408545c22250be1996f3433d94786 (patch)
tree025594bdaef0e1efcf18e01f88e9d25a469cdb7c /src/genworld_gui.cpp
parentf6ea07e7d8ebfebe817eca368df24383887d732a (diff)
downloadopenttd-5fa0946c087408545c22250be1996f3433d94786.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);