summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-01 16:52:23 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-01 16:52:23 +0300
commit59096860aa1b293e7bb8af6e372482b7277038a0 (patch)
tree21e4f31124363ecfd4fcc6f9597d871c083d2d66 /src/map.c
parent0e2480485a2353609dc070fbda8649bef884afb0 (diff)
downloadtakethis-59096860aa1b293e7bb8af6e372482b7277038a0.tar
takethis-59096860aa1b293e7bb8af6e372482b7277038a0.tar.xz
takethis-59096860aa1b293e7bb8af6e372482b7277038a0.zip
MAUSOLEUM
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
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;