Music: Defer probing for music driver until a music set is loaded

This commit is contained in:
Jonathan G Rennison
2023-08-17 20:21:22 +01:00
parent 8681f29155
commit 129691dcc7
4 changed files with 48 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ void AskExitToGameMenu();
int openttd_main(int argc, char *argv[]);
void StateGameLoop();
void HandleExitGameRequest();
void InitMusicDriver(bool init_volume);
void SwitchToMode(SwitchMode new_mode);