(svn r7098) -Regression (r7094): Zoom buttons were not properly updated with a new/loaded game. The

good thing is, we got rid of even more magic code (tm)
This commit is contained in:
Darkvater
2006-11-07 14:41:53 +00:00
parent c5439f8437
commit a254a5ea65
3 changed files with 15 additions and 18 deletions

View File

@@ -164,8 +164,6 @@ static void StartGeneratingLandscape(glwp_modes mode)
UpdatePatches();
_opt_ptr = &_opt;
*_opt_ptr = _opt_newgame;
/* Load the right landscape stuff */
GfxLoadSprites();
SndPlayFx(SND_15_BEEP);
switch (mode) {