summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 41862c7b2..88c7d3bc9 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -691,7 +691,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(_msf.music_vol);
NetworkStartUp(); // initialize network-core