From 390b1fcc3c7fc55882fe8fc9f2b7cc1afc455824 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 5 May 2013 23:07:04 +0200 Subject: change Fuzzy Boss Z order --- src/bossFuzzyBear.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3