diff options
Diffstat (limited to '')
-rw-r--r-- | src/fakeStarCoin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fakeStarCoin.cpp b/src/fakeStarCoin.cpp index a845e45..8248b1c 100644 --- a/src/fakeStarCoin.cpp +++ b/src/fakeStarCoin.cpp @@ -51,7 +51,7 @@ void daFakeStarCoin::collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, A CreateEffect(&this->pos, &(S16Vec){0,0,0}, &(Vec){1.0, 1.0, 1.0}, 336); CreateEffect(&this->pos, &(S16Vec){0,0,0}, &(Vec){3.0, 3.0, 3.0}, 342); - PlaySound(this, SE_EMY_FIRE_SNAKE_BIGGER); + PlaySound(this, SE_OBJ_EMY_FIRE_DISAPP); this->Delete(); } @@ -85,7 +85,7 @@ void daFakeStarCoin::collisionCat14_YoshiFire(ActivePhysics *apThis, ActivePhysi CreateEffect(&this->pos, &(S16Vec){0,0,0}, &(Vec){1.0, 1.0, 1.0}, 336); CreateEffect(&this->pos, &(S16Vec){0,0,0}, &(Vec){3.0, 3.0, 3.0}, 342); - PlaySound(this, SE_EMY_FIRE_SNAKE_BIGGER); + PlaySound(this, SE_OBJ_EMY_FIRE_DISAPP); this->Delete(); } |