Con_Message(): Always append a terminating line break
Unlike Con_Printf() (which deals with text fragments), Con_Message() assumes that (at least) one full line of text is being flushed. Therefore the terminating '\n' character may be omitted from the format-string argument.
Con_Message(): Always append a terminating line break
Unlike Con_Printf() (which deals with text fragments), Con_Message()
assumes that (at least) one full line of text is being flushed.
Therefore the terminating '\n' character may be omitted from the
format-string argument.