From 59096860aa1b293e7bb8af6e372482b7277038a0 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 1 Mar 2021 16:52:23 +0300 Subject: MAUSOLEUM --- src/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.c') diff --git a/src/map.c b/src/map.c index 9dd4759..61c23a6 100644 --- a/src/map.c +++ b/src/map.c @@ -44,7 +44,7 @@ static void togulag(tt_body *b) static void gribtake(tt_body *b) { - Mix_PlayMusic(ponpon, -1); + Mix_PlayMusic(grib, -1); b->collision_act = do_nothing; b->anim = 1; b->txrrow = 0; -- cgit v1.2.3