diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-19 12:34:03 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-19 12:34:03 -0500 |
commit | 80e51e409ca322ff22431be8a33131d2f705a8c7 (patch) | |
tree | 5bef52720cfe6040733b6124fcd8913e644cd8c0 /src/bossFuzzyBear.cpp | |
parent | ddda772916cf78e05fa96bb8782cd9f81a9ed852 (diff) | |
download | kamek-80e51e409ca322ff22431be8a33131d2f705a8c7.tar.gz kamek-80e51e409ca322ff22431be8a33131d2f705a8c7.zip |
fuzzy updates, ramboo updates, playing around with ramboo anmChrs, and added the beginnings of BalboaWrench
Diffstat (limited to '')
-rw-r--r-- | src/bossFuzzyBear.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bossFuzzyBear.cpp b/src/bossFuzzyBear.cpp index 7ad7dcd..0c16d42 100644 --- a/src/bossFuzzyBear.cpp +++ b/src/bossFuzzyBear.cpp @@ -714,6 +714,7 @@ void daFuzzyBear_c::endState_Wait() { } void daFuzzyBear_c::beginState_Outro() { + this->removeMyActivePhysics(); this->timer = 0; } |