diff options
Diffstat (limited to 'src/shyguy.cpp')
-rw-r--r-- | src/shyguy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shyguy.cpp b/src/shyguy.cpp index f78cb4d..c2193c7 100644 --- a/src/shyguy.cpp +++ b/src/shyguy.cpp @@ -1334,6 +1334,7 @@ void daShyGuy::updateModelMatrices() { balloonPhysics.removeFromList(); SpawnEffect("Wm_en_explosion_ln", 0, &(Vec){this->pos.x, this->pos.y - 32.0, 0}, &(S16Vec){0,0,0}, &(Vec){1.0, 1.0, 1.0}); + PlaySound(this, SE_PLY_BALLOON_BRAKE); type = 0; } |