mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 14:04:08 +00:00
Update CRadar.cpp, CHud.cpp, CDraw.cpp fixed bug in templates.h.
This commit is contained in:
parent
f4146d39a2
commit
2ce7bcc405
16 changed files with 766 additions and 258 deletions
|
@ -39,4 +39,9 @@ public:
|
|||
static CTextLine* IntroTextLines;
|
||||
static CScriptRectangle* IntroRectangles;
|
||||
static CSprite2d* ScriptSprites;
|
||||
static bool DbgFlag;
|
||||
static uint32 OnAMissionFlag;
|
||||
|
||||
public:
|
||||
static bool IsPlayerOnAMission();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue