diff --git a/ctr/ctr_system.c b/ctr/ctr_system.c index 615488777e..a83268a9d1 100644 --- a/ctr/ctr_system.c +++ b/ctr/ctr_system.c @@ -325,9 +325,9 @@ void wait_for_input(void) void error_and_quit(const char* errorStr) { errorConf error; - +#ifdef IS_SALAMANDER gfxInitDefault(); - +#endif errorInit(&error, ERROR_TEXT, CFG_LANGUAGE_EN); errorText(&error, errorStr); errorDisp(&error);