aboutsummaryrefslogtreecommitdiff
path: root/gob/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/game.cpp')
-rw-r--r--gob/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gob/game.cpp b/gob/game.cpp
index d0b653785f..881f1ef714 100644
--- a/gob/game.cpp
+++ b/gob/game.cpp
@@ -678,11 +678,12 @@ int16 game_checkCollisions(char handleMouse, int16 deltaTime, int16 *pResId,
}
}
}
-
}
if (handleMouse != 0)
draw_animateCursor(-1);
+
+ snd_loopSounds();
}
}