mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 18:46:37 +03:00
scene edit
This commit is contained in:
parent
e71b000cc5
commit
cb85091d34
5 changed files with 806 additions and 25 deletions
|
@ -58,6 +58,7 @@
|
|||
#include "Console.h"
|
||||
#include "timebars.h"
|
||||
#include "GenericGameStorage.h"
|
||||
#include "SceneEdit.h"
|
||||
|
||||
GlobalScene &Scene = *(GlobalScene*)0x726768;
|
||||
|
||||
|
@ -863,11 +864,9 @@ Render2dStuff(void)
|
|||
|
||||
MusicManager.DisplayRadioStationName();
|
||||
TheConsole.Display();
|
||||
/*
|
||||
if(CSceneEdit::m_bEditOn)
|
||||
CSceneEdit::Draw();
|
||||
else
|
||||
*/
|
||||
CHud::Draw();
|
||||
CUserDisplay::OnscnTimer.ProcessForDisplay();
|
||||
CMessages::Display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue