(svn r17291) -Fix [FS#3147]: crash after upgrading base graphics/sound set when opening the game options menu and you were using the upgraded set
This commit is contained in:
@@ -100,10 +100,12 @@ public:
|
||||
|
||||
case CONTENT_TYPE_BASE_GRAPHICS:
|
||||
BaseGraphics::FindSets();
|
||||
InvalidateWindow(WC_GAME_OPTIONS, 0);
|
||||
break;
|
||||
|
||||
case CONTENT_TYPE_BASE_SOUNDS:
|
||||
BaseSounds::FindSets();
|
||||
InvalidateWindow(WC_GAME_OPTIONS, 0);
|
||||
break;
|
||||
|
||||
case CONTENT_TYPE_NEWGRF:
|
||||
|
Reference in New Issue
Block a user