mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 04:30:50 +00:00
fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL, add extra defines for menu and game version text
This commit is contained in:
parent
795c5bbb85
commit
e95516032f
4 changed files with 29 additions and 6 deletions
|
@ -6,8 +6,10 @@
|
|||
#include "Timecycle.h"
|
||||
#include "skeleton.h"
|
||||
#include "Debug.h"
|
||||
#ifndef FINAL
|
||||
#if !defined(FINAL) || defined(DEBUGMENU)
|
||||
#include "rtcharse.h"
|
||||
#endif
|
||||
#ifndef FINAL
|
||||
RtCharset *debugCharset;
|
||||
#endif
|
||||
|
||||
|
@ -17,7 +19,7 @@ bool gPS2alphaTest = true;
|
|||
bool gPS2alphaTest = false;
|
||||
#endif
|
||||
|
||||
#ifndef FINAL
|
||||
#if !defined(FINAL) || defined(DEBUGMENU)
|
||||
static bool charsetOpen;
|
||||
void OpenCharsetSafe()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue