mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 06:11:37 +00:00
Place debug menu under ifdef
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user