forked from mirror/OpenTTD
(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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user