(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
This commit is contained in:
@@ -642,7 +642,7 @@ int ttd_main(int argc, char *argv[])
|
||||
_screen.zoom = ZOOM_LVL_NORMAL;
|
||||
|
||||
/* restore saved music volume */
|
||||
_music_driver->SetVolume(_msf.music_vol);
|
||||
_music_driver->SetVolume(_settings_client.music.music_vol);
|
||||
|
||||
NetworkStartUp(); // initialize network-core
|
||||
|
||||
|
Reference in New Issue
Block a user