mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-19 22:02:41 +01:00
Oops.
This commit is contained in:
parent
2e1a340675
commit
e361a0f504
@ -71,14 +71,11 @@ void C64::c64_ctor1(void)
|
|||||||
this->menu_font = new Font("/apps/frodo/fonts.png");
|
this->menu_font = new Font("/apps/frodo/fonts.png");
|
||||||
if (!this->menu_font)
|
if (!this->menu_font)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Unable to open font: %s\n", TTF_GetError() );
|
fprintf(stderr, "Unable to open font\n" );
|
||||||
SDL_Delay(1000);
|
exit(1);
|
||||||
//exit(1);
|
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
menu_init(&this->main_menu, this->menu_font, main_menu_messages,
|
menu_init(&this->main_menu, this->menu_font, main_menu_messages,
|
||||||
0, 0, DISPLAY_X, DISPLAY_Y);
|
0, 0, DISPLAY_X, DISPLAY_Y);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void C64::c64_ctor2(void)
|
void C64::c64_ctor2(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user