- Fixed: Ouch state was far to easy to achieve.

SVN r1013 (trunk)
This commit is contained in:
Christoph Oelckers 2008-06-01 22:41:46 +00:00
commit 8d5d742287
7 changed files with 19 additions and 11 deletions

View file

@ -1331,7 +1331,7 @@ bool DBaseStatusBar::MustDrawLog(EHudState)
return true;
}
void DBaseStatusBar::SetMugShotState(const char *stateName, bool waitTillDone)
void DBaseStatusBar::SetMugShotState(const char *stateName, bool waitTillDone, bool reset)
{
}