mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 06:34:09 +00:00
added GTA_SCENE_EDIT
This commit is contained in:
parent
c0ca3c7a3e
commit
fda58fb1df
9 changed files with 19 additions and 5 deletions
|
@ -1160,9 +1160,11 @@ Render2dStuff(void)
|
|||
|
||||
MusicManager.DisplayRadioStationName();
|
||||
TheConsole.Display();
|
||||
#ifdef GTA_SCENE_EDIT
|
||||
if(CSceneEdit::m_bEditOn)
|
||||
CSceneEdit::Draw();
|
||||
else
|
||||
#endif
|
||||
CHud::Draw();
|
||||
CUserDisplay::OnscnTimer.ProcessForDisplay();
|
||||
CMessages::Display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue