This commit is contained in:
Paul 2001-06-14 15:19:57 +00:00
parent a59bdb7bb3
commit 18e1f665af
18 changed files with 245 additions and 271 deletions

View file

@ -115,7 +115,7 @@ void CPlayerStateSoakUp::enter(CPlayerModeBase *_playerMode)
---------------------------------------------------------------------- */
void CPlayerStateSoakUp::think(CPlayerModeBase *_playerMode)
{
if(!_playerMode->getIsHealthFullSoICanStopSoakingUp())
if(!_playerMode->getIsHelmetFullSoICanStopSoakingUp())
{
if(m_breatheDelayFrames==0)
{