summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-05-05 23:07:04 +0200
committerTreeki <treeki@gmail.com>2013-05-05 23:07:04 +0200
commit390b1fcc3c7fc55882fe8fc9f2b7cc1afc455824 (patch)
tree8725a249e3cb8508217e1aa959668d85c74b0f47 /src
parent0b90ab868344d0bb27cecd9f5cd51760e005ea29 (diff)
downloadkamek-390b1fcc3c7fc55882fe8fc9f2b7cc1afc455824.tar.gz
kamek-390b1fcc3c7fc55882fe8fc9f2b7cc1afc455824.zip
change Fuzzy Boss Z order
Diffstat (limited to '')
-rw-r--r--src/bossFuzzyBear.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossFuzzyBear.cpp b/src/bossFuzzyBear.cpp
index 3f66c41..eed5880 100644
--- a/src/bossFuzzyBear.cpp
+++ b/src/bossFuzzyBear.cpp
@@ -257,6 +257,8 @@ int daFuzzyBear_c::onCreate() {
this->rot.y = 0; // Y is horizontal axis
this->rot.z = 0; // Z is ... an axis >.>
this->direction = 0; // Heading left.
+
+ pos.z = 3000.0f;
this->speed.x = 0;
this->LaunchSpeedShort = ((this->settings >> 20) & 0xF) * 10.0;