diff options
Diffstat (limited to 'engines/hugo/intro_v3d.cpp')
-rw-r--r-- | engines/hugo/intro_v3d.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hugo/intro_v3d.cpp b/engines/hugo/intro_v3d.cpp index c56d740c2f..3afe7decd8 100644 --- a/engines/hugo/intro_v3d.cpp +++ b/engines/hugo/intro_v3d.cpp @@ -37,6 +37,7 @@ #include "hugo/file.h" #include "hugo/display.h" #include "hugo/util.h" +#include "hugo/sound.h" namespace Hugo { @@ -81,6 +82,7 @@ void intro_v3d::introInit() { _vm->_file->readBackground(22); // display screen MAP_3d _vm->_screen->displayBackground(); introTicks = 0; + _vm->_sound->DOSSongPtr = _vm->_sound->DOSIntroSong; } /** |