Overhaul to console structure, a bit

This commit is contained in:
iikorni
2026-08-30 00:50:23 -05:00
parent de75b014b3
commit 216dd1aecd
70 changed files with 2081 additions and 2260 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ lumpinfo_t *W_GetLumpinfo (const char *name)
return lump_p;
}
Con_SafePrintf ("W_GetLumpinfo: %s not found\n", name); //johnfitz -- was Sys_Error
console::safe_print ("W_GetLumpinfo: %s not found\n", name); //johnfitz -- was Sys_Error
return NULL;
}