diff options
Diffstat (limited to '')
-rw-r--r-- | src/bossSamurshai.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp index fbf079b..59e8036 100644 --- a/src/bossSamurshai.cpp +++ b/src/bossSamurshai.cpp @@ -872,6 +872,7 @@ void daSamurshai::updateModelMatrices() { Chuckles.removeFromList(); Knuckles.removeFromList(); + aPhysics.removeFromList(); SpawnEffect("Wm_ob_switch", 0, &(Vec){pos.x, pos.y + 16.0, pos.z}, &(S16Vec){0,0,0}, &(Vec){1.0, 1.0, 1.0}); MapSoundPlayer(SoundRelatedClass, SE_BOSS_CMN_DAMAGE_DEF, 1); @@ -892,6 +893,8 @@ void daSamurshai::updateModelMatrices() { } } void daSamurshai::endState_Damage() { + aPhysics.addToList(); + this->isDown = 0; this->rot.y = (direction) ? 0xD800 : 0x2800; } |