mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 13:54:08 +00:00
Place debug menu under ifdef
This commit is contained in:
parent
1b599b2d35
commit
28103775ba
11 changed files with 27 additions and 7 deletions
|
@ -13,6 +13,7 @@ RtCharset *debugCharset;
|
|||
|
||||
bool gPS2alphaTest = 1;
|
||||
|
||||
#ifndef FINAL
|
||||
static bool charsetOpen;
|
||||
void OpenCharsetSafe()
|
||||
{
|
||||
|
@ -20,6 +21,7 @@ void OpenCharsetSafe()
|
|||
RtCharsetOpen();
|
||||
charsetOpen = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
void CreateDebugFont()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue