mirror of
https://github.com/halpz/re3.git
synced 2025-05-11 12:16:39 +03:00
fixed debugmenu
This commit is contained in:
parent
be1a24439b
commit
58cb42ca24
2 changed files with 18 additions and 8 deletions
|
@ -79,6 +79,7 @@ void DestroySplashScreen(void);
|
|||
|
||||
extern void (*DebugMenuProcess)(void);
|
||||
extern void (*DebugMenuRender)(void);
|
||||
void DebugMenuInit(void);
|
||||
|
||||
|
||||
RwRGBA gColourTop;
|
||||
|
@ -350,9 +351,7 @@ Render2dStuff(void)
|
|||
CPad::PrintErrorMessage();
|
||||
CFont::DrawFonts();
|
||||
|
||||
#if 0
|
||||
DebugMenuRender();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -647,6 +646,10 @@ Initialise3D(void *param)
|
|||
{
|
||||
if (RsRwInitialise(param))
|
||||
{
|
||||
//
|
||||
DebugMenuInit();
|
||||
//
|
||||
|
||||
return CGame::InitialiseRenderWare();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue