- Consolidated the mug shot code shared by DSBarInfo and DDoomStatusBar

into a single place.
- Fixed: Setting an invalid mug shot state crashed the game.
- Fixed my attempts to be clever with strings yesterday.


SVN r1009 (trunk)
This commit is contained in:
Randy Heit 2008-06-01 03:35:47 +00:00
commit 4850a98c13
9 changed files with 758 additions and 710 deletions

View file

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