From c47781a9d908536ef3283d4a57c91003013f05d3 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 1 Mar 2021 13:10:06 +0300 Subject: The GIMN. --- src/game.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.c') 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) { -- cgit v1.2.3