summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index a4b4924..599fd50 100644
--- a/src/game.c
+++ b/src/game.c
@@ -19,6 +19,7 @@ static void step(int d)
ttplayer.until_gulag -= d;
if (ttplayer.until_gulag <= 0) {
ttplayer.room = ttmap + 'G';
+ Mix_PlayMusic(ussr, -1);
}
}
if (xw && yw) {