diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-05 04:33:49 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-05 04:33:49 -0500 |
commit | 681bc9516533561fc0d07f80f1b1a2df16e79060 (patch) | |
tree | e526328523c2ac7699bcbb4a6b79c70d826ad589 /src/fakeStarCoin.cpp | |
parent | c274d2173da36069855b191b93c831c1ad9bcb2b (diff) | |
download | kamek-681bc9516533561fc0d07f80f1b1a2df16e79060.tar.gz kamek-681bc9516533561fc0d07f80f1b1a2df16e79060.zip |
changes and junk
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(); } |