From 9fd1d9535012abac7c21e4ed523b832e63f5c6a9 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 18 Jun 2001 22:21:26 +0000 Subject: [PATCH] --- source/enemy/nfdutch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/enemy/nfdutch.cpp b/source/enemy/nfdutch.cpp index b4e3e222a..c3bc08b5f 100644 --- a/source/enemy/nfdutch.cpp +++ b/source/enemy/nfdutch.cpp @@ -336,7 +336,7 @@ void CNpcFlyingDutchmanEnemy::processShot( int _frames ) case NPC_GENERIC_HIT_DEATH_START: { - m_animPlaying = true; + //m_animPlaying = true; m_animNo = m_data[m_type].dieAnim; m_frame = 0; m_state = NPC_GENERIC_HIT_DEATH_END; @@ -364,7 +364,7 @@ void CNpcFlyingDutchmanEnemy::processShot( int _frames ) case NPC_GENERIC_HIT_DEATH_END: { - if ( !m_animPlaying ) + //if ( !m_animPlaying ) { m_drawRotation += 64 * _frames; m_drawRotation &= 4095;