diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-10 12:08:46 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-10 12:08:46 -0500 |
commit | ab412589662152c99c1653be980136912bcde4f3 (patch) | |
tree | fe62baa7e559d84978bfaea19c1683391c3a5982 /src/bossCaptainBowser.cpp | |
parent | 91cc1c2dd9d9c5ec8ca1ac54580f77376d2c0424 (diff) | |
download | kamek-ab412589662152c99c1653be980136912bcde4f3.tar.gz kamek-ab412589662152c99c1653be980136912bcde4f3.zip |
Some more small changes to music hack and nullsub
Diffstat (limited to 'src/bossCaptainBowser.cpp')
-rw-r--r-- | src/bossCaptainBowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossCaptainBowser.cpp b/src/bossCaptainBowser.cpp index bd6a53f..af02c3c 100644 --- a/src/bossCaptainBowser.cpp +++ b/src/bossCaptainBowser.cpp @@ -211,7 +211,7 @@ int daCaptainBowser::onCreate() { this->playerCount = GetActivePlayerCount(); this->maxDamage = (10 * this->playerCount) + 10; - pos.z = 3300.0; + pos.z = 8000.0; this->scale = (Vec){0.57, 0.57, 0.57}; this->homingBillCountdown = 270; this->homingBillSlot = 0; |