mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 21:34:09 +00:00
CVarConsole
This commit is contained in:
parent
e7c46ac658
commit
42e4a068bb
20 changed files with 1009 additions and 10 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "Stats.h"
|
||||
#include "main.h"
|
||||
#include "General.h"
|
||||
#include "VarConsole.h"
|
||||
|
||||
// --MIAMI: file done
|
||||
|
||||
|
@ -1760,6 +1761,9 @@ void CHud::Initialise()
|
|||
m_LastWanted = 0;
|
||||
m_LastWeapon = 0;
|
||||
|
||||
#ifndef MASTER
|
||||
VarConsole.Add("Draw HUD", &m_Wants_To_Draw_Hud, false);
|
||||
#endif
|
||||
CTxdStore::PopCurrentTxd();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue