Fix Guru on exit

This commit is contained in:
Chris Young 2013-05-28 20:37:49 +01:00
parent 06d87fec2b
commit 2d483113ef

View File

@ -745,8 +745,10 @@ void ami_openscreen(void)
dri = GetScreenDrawInfo(scrn);
ami_font_setdevicedpi(id);
/* TODO: Reset system colours so they are correct for the new screen
gui_system_colour_finalize();
gui_system_colour_init();
*/
//ami_help_new_screen(scrn);
}