fixed debugmenu

This commit is contained in:
aap 2019-06-12 12:34:22 +02:00
parent be1a24439b
commit 58cb42ca24
2 changed files with 18 additions and 8 deletions

View file

@ -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();
}