Changeset - r3678:2464d775bf93
[Not reviewed]
master
0 1 0
glx - 18 years ago 2006-04-27 21:05:32
glx@openttd.org
(svn r4595) - Fix (FS#63) Music volume is now restored to the value saved in openttd.cfg
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
openttd.c
Show inline comments
 
@@ -442,6 +442,9 @@ int ttd_main(int argc, char* argv[])
 
	LoadDriver(VIDEO_DRIVER, _ini_videodriver); // load video last, to prevent an empty window while sound and music loads
 
	_savegame_sort_order = SORT_BY_DATE | SORT_DESCENDING;
 

	
 
	// restore saved music volume
 
	_music_driver->set_volume(msf.music_vol);
 

	
 
#ifdef ENABLE_NETWORK
 
	// initialize network-core
 
	NetworkStartUp();
0 comments (0 inline, 0 general)