diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-12-13 21:40:34 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-12-13 21:40:34 -0600 |
commit | 1ecc9bbfe65096b6f5601385b24095afcc918563 (patch) | |
tree | f3ac5050f24b6ab3ac03d5d1a56e066fcc405272 /src/bossFlameThrower.cpp | |
parent | ac0ced5b71d2cf2bce444fce88e7b359ac08815c (diff) | |
download | kamek-1ecc9bbfe65096b6f5601385b24095afcc918563.tar.gz kamek-1ecc9bbfe65096b6f5601385b24095afcc918563.zip |
Lots of bug fixes for various bosses, a thundercloud fix, and level special timer improvements.
Diffstat (limited to '')
-rw-r--r-- | src/bossFlameThrower.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bossFlameThrower.cpp b/src/bossFlameThrower.cpp index 871625a..78f93fd 100644 --- a/src/bossFlameThrower.cpp +++ b/src/bossFlameThrower.cpp @@ -31,9 +31,9 @@ int daKoopaBreath::onCreate() { ActivePhysics::Info GreatBalls; GreatBalls.xDistToCenter = 0.0; - GreatBalls.yDistToCenter = 18.0; + GreatBalls.yDistToCenter = 0.0; GreatBalls.xDistToEdge = 38.0; - GreatBalls.yDistToEdge = 38.0; + GreatBalls.yDistToEdge = 28.0; GreatBalls.category1 = 0x3; GreatBalls.category2 = 0x0; |