This commit is contained in:
Paul 2001-06-27 19:50:35 +00:00
parent 180ba21ecb
commit 7853274fe5
14 changed files with 70 additions and 145 deletions

View file

@ -104,7 +104,7 @@ void CPlayerModeBalloon::think()
{
CSoundMediator::playSfx(CSoundMediator::SFX_BALLOON_POP);
}
m_player->setMode(PLAYER_MODE_FULLUNARMED);
m_player->setMode(PLAYER_MODE_BASICUNARMED);
}
}