Overhaul to console structure, a bit
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user