mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 14:25:28 +00:00
Merge pull request #792 from withmorten/master
fix FINAL build, add DEBUGMENU and other simple qol defines to FINAL ...
This commit is contained in:
commit
6eef54e3fc
4 changed files with 30 additions and 6 deletions
|
@ -7,8 +7,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
|
||||
|
||||
|
@ -19,7 +21,7 @@ bool gPS2alphaTest = false;
|
|||
#endif
|
||||
bool gBackfaceCulling = true;
|
||||
|
||||
#ifndef FINAL
|
||||
#if !defined(FINAL) || defined(DEBUGMENU)
|
||||
static bool charsetOpen;
|
||||
void OpenCharsetSafe()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue