This commit is contained in:
Charles 2001-07-06 21:18:06 +00:00
parent b1a3d6c5b0
commit 7b07123b10

View File

@ -43,10 +43,10 @@ void CNpcSteamSwitchPlatform::processMovement( int _frames )
{
if ( m_contact )
{
CPlayer *player = GameScene.getPlayer();
ATTACK_STATE playerState = player->getAttackState();
//CPlayer *player = GameScene.getPlayer();
//ATTACK_STATE playerState = player->getAttackState();
if ( playerState == ATTACK_STATE__BUTT_BOUNCE )
//if ( playerState == ATTACK_STATE__BUTT_BOUNCE )
{
m_state = NPC_STEAM_SWITCH_DEPRESS;
}