Overhaul to console structure, a bit
This commit is contained in:
@@ -74,7 +74,7 @@ static bool S_MODPLUG_CodecOpenStream (snd_stream_t *stream)
|
||||
Hunk_FreeToLowMark(mark); /* free original file data */
|
||||
if (!stream->priv)
|
||||
{
|
||||
Con_DPrintf("Could not load module %s\n", stream->name);
|
||||
console::debug("Could not load module %s\n", stream->name);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user