diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-19 12:36:15 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-19 12:36:15 -0500 |
commit | b14405c831f2e94f771f65e786d7b2b88146ca97 (patch) | |
tree | 75e4b3d9eb75db7e2b09566dc51809be571f389c /src/bossFuzzyBear.cpp | |
parent | 4d5d95ec2c70578627353e40047462c82ac695c1 (diff) | |
parent | 80e51e409ca322ff22431be8a33131d2f705a8c7 (diff) | |
download | kamek-b14405c831f2e94f771f65e786d7b2b88146ca97.tar.gz kamek-b14405c831f2e94f771f65e786d7b2b88146ca97.zip |
Merge branch 'level-select' into megaTestBoss
Diffstat (limited to 'src/bossFuzzyBear.cpp')
-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; } |