mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
(svn r19262) -Feature: finalise BaNaNaS support for music sets
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user