--- MiNT/src/welcome.c 2018/04/24 17:56:53 1.1 +++ MiNT/src/welcome.c 2018/04/24 17:57:42 1.1.1.2 @@ -96,8 +96,6 @@ const char *greet2 = "\r\n\ -#define MAXLANG 6 - struct yn_message { @@ -152,10 +150,6 @@ boot_kernel_p() - if (gl_lang >= MAXLANG || gl_lang < 0) - - gl_lang = 0; - msg = &boot_it[gl_lang]; Cconws(msg->message);