(svn r13242) -Codechange: remove _opt_ptr.

This commit is contained in:
rubidium
2008-05-25 12:57:39 +00:00
parent f6ea07e7d8
commit 5fa0946c08
10 changed files with 64 additions and 66 deletions

View File

@@ -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);