mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Newline after that error message, please.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2923 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c343bc3b6a
commit
e136f38f63
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void W_LoadWadFile (char *filename)
|
|||
if (!wad_base)
|
||||
{
|
||||
wad_numlumps = 0;
|
||||
Con_Printf ("W_LoadWadFile: couldn't load %s", filename);
|
||||
Con_Printf ("W_LoadWadFile: couldn't load %s\n", filename);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue