summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-01 13:10:06 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-01 13:10:06 +0300
commitc47781a9d908536ef3283d4a57c91003013f05d3 (patch)
tree81bd3923216a6131a84d5fd03930582a19f68156 /src/game.c
parent0e9093bfc12b0db01ae04654aec63f1ea86ffb43 (diff)
downloadtakethis-c47781a9d908536ef3283d4a57c91003013f05d3.tar
takethis-c47781a9d908536ef3283d4a57c91003013f05d3.tar.xz
takethis-c47781a9d908536ef3283d4a57c91003013f05d3.zip
The GIMN.
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) {