summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
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;