mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 01:40:35 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
commit
f0442960a2
14 changed files with 30 additions and 10 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