diff options
Diffstat (limited to 'gob/game.cpp')
-rw-r--r-- | gob/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gob/game.cpp b/gob/game.cpp index 8c05d4b0ea..c772ff3d29 100644 --- a/gob/game.cpp +++ b/gob/game.cpp @@ -32,6 +32,7 @@ #include "gob/mult.h" #include "gob/util.h" #include "gob/goblin.h" +#include "gob/cdrom.h" namespace Gob { @@ -1750,6 +1751,7 @@ void game_playTot(int16 skipPlay) { draw_fontToSprite[i].height = -1; } + cd_stopPlaying(); draw_animateCursor(4); inter_initControlVars(); mult_initAll(); |