Ignore compatible mode

This commit is contained in:
Joel Teichroeb
2014-02-28 15:37:19 -08:00
parent a44f39955f
commit d0dcf56338
6 changed files with 13 additions and 78 deletions

View File

@@ -944,12 +944,6 @@ void intro_message(int colon)
if (((row >= 2) && (Columns >= 50)) || colon) {
for (i = 0; i < (int)(sizeof(lines) / sizeof(char *)); ++i) {
p = lines[i];
if (p == NULL) {
if (!p_cp) {
break;
}
continue;
}
if (sponsor != 0) {
if (strstr(p, "children") != NULL) {