diff options
Diffstat (limited to '')
| -rw-r--r-- | src/bossFuzzyBear.cpp | 2 | 
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;  | 
