This commit is contained in:
Paul 2001-03-25 21:45:52 +00:00
parent 293ce2cc9a
commit cea257a96c

View File

@ -77,8 +77,8 @@ void CPlayerModeBalloon::think()
CPlayerModeBase::think();
if(--m_ballonTimer==0)
{
m_player->setMode(PLAYER_MODE_FULLUNARMED);
PAUL_DBGMSG("*pop*");
m_player->setMode(PLAYER_MODE_FULLUNARMED);
}
}