summaryrefslogtreecommitdiff
path: root/src/bossCaptainBowser.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-03-22 21:06:44 -0500
committerColin Noga <Tempus@chronometry.ca>2012-03-22 21:06:44 -0500
commit6739d68df74fabb94f1525f5f6ae8ff3dfe0d907 (patch)
tree03fd8588a75191c040e9454cd07b34489b7c0a89 /src/bossCaptainBowser.cpp
parent0ae957fcb9d1cb69602bf937c5111a184c3fbc79 (diff)
downloadkamek-6739d68df74fabb94f1525f5f6ae8ff3dfe0d907.tar.gz
kamek-6739d68df74fabb94f1525f5f6ae8ff3dfe0d907.zip
stuff
Diffstat (limited to '')
-rw-r--r--src/bossCaptainBowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossCaptainBowser.cpp b/src/bossCaptainBowser.cpp
index ba78977..bb73087 100644
--- a/src/bossCaptainBowser.cpp
+++ b/src/bossCaptainBowser.cpp
@@ -420,7 +420,7 @@ int daCaptainBowser::onDraw() {
if (this->chrAnimation.getCurrentFrame() > 53.0) { // This is where the smackdown starts
scaleIncreaser += 0.014285;
- effect.spawn("Wm_ko_shout", 0, &(Vec){pos.x-186.0+(scaleIncreaser*16.0), pos.y+138.0+(scaleIncreaser*16.0), pos.z}, &(S16Vec){0,0,0}, &(Vec){scaleIncreaser, scaleIncreaser, scaleIncreaser});
+ effect.spawn("Wm_ko_shout", 0, &(Vec){pos.x-186.0+(scaleIncreaser*16.0), pos.y+138.0+(scaleIncreaser*16.0), pos.z}, &(S16Vec){0,0,0x7000}, &(Vec){scaleIncreaser, scaleIncreaser, scaleIncreaser});
this->Roar.info.xDistToEdge = 70.0 * scaleIncreaser;
this->Roar.info.yDistToEdge = 70.0 * scaleIncreaser;