- made the event manager an object so it can be instantiated multiple times.
This commit is contained in:
parent
8d83f03138
commit
484485f3cf
21 changed files with 257 additions and 246 deletions
|
|
@ -1147,7 +1147,7 @@ void DBaseStatusBar::DrawTopStuff (EHudState state)
|
|||
DrawMessages (HUDMSGLayer_OverMap, (state == HUD_StatusBar) ? GetTopOfStatusbar() : SCREENHEIGHT);
|
||||
}
|
||||
DrawMessages (HUDMSGLayer_OverHUD, (state == HUD_StatusBar) ? GetTopOfStatusbar() : SCREENHEIGHT);
|
||||
E_RenderOverlay(state);
|
||||
eventManager.RenderOverlay(state);
|
||||
|
||||
DrawConsistancy ();
|
||||
DrawWaiting ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue