From 928791b5d334a25ac3ee3195bca446e6c6076841 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 2 Mar 2021 22:20:50 +0300 Subject: The SoUnDs! ~_~ --- src/game.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game.c') diff --git a/src/game.c b/src/game.c index 601a71f..704ce27 100644 --- a/src/game.c +++ b/src/game.c @@ -297,6 +297,7 @@ static void togulag(tt_body *b) b->txrcol = 15; b->msg = 0; b->msglen = 0; + Mix_PlayChannel(-1, ttcoin, 0); ttplayer.money++; } @@ -322,6 +323,7 @@ static void keytake(tt_body *b) b->txrcol = 15; b->msg = 0; b->msglen = 0; + Mix_PlayChannel(-1, ttcoin, 0); } static void doorcol(tt_body *b) @@ -355,6 +357,7 @@ static void doorcol(tt_body *b) part->txrcol = 15; part->msg = 0; part->msglen = 0; + Mix_PlayChannel(-1, ttdoor, 0); } } -- cgit v1.2.3