(svn r19262) -Feature: finalise BaNaNaS support for music sets

This commit is contained in:
rubidium
2010-02-26 00:00:55 +00:00
parent 7b1e0a4b67
commit 0f6d82df7e
5 changed files with 88 additions and 1 deletions

View File

@@ -106,6 +106,11 @@ public:
SetWindowDirty(WC_GAME_OPTIONS, 0);
break;
case CONTENT_TYPE_BASE_MUSIC:
BaseMusic::FindSets();
SetWindowDirty(WC_GAME_OPTIONS, 0);
break;
case CONTENT_TYPE_NEWGRF:
ScanNewGRFFiles();
/* Yes... these are the NewGRF windows */