summaryrefslogtreecommitdiff
path: root/src/fakeStarCoin.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-11-05 04:33:49 -0500
committerColin Noga <Tempus@Spectrum-Song.local>2011-11-05 04:33:49 -0500
commit681bc9516533561fc0d07f80f1b1a2df16e79060 (patch)
treee526328523c2ac7699bcbb4a6b79c70d826ad589 /src/fakeStarCoin.cpp
parentc274d2173da36069855b191b93c831c1ad9bcb2b (diff)
downloadkamek-681bc9516533561fc0d07f80f1b1a2df16e79060.tar.gz
kamek-681bc9516533561fc0d07f80f1b1a2df16e79060.zip
changes and junk
Diffstat (limited to '')
-rw-r--r--src/fakeStarCoin.cpp4
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();
}