more '\n' business
From /dev/humancontroller.
This commit is contained in:
parent
4cfbbe506c
commit
945f01d4af
12 changed files with 59 additions and 59 deletions
|
@ -1074,7 +1074,7 @@ int AAS_ReadRouteCache(void)
|
|||
} //end if
|
||||
if (routecacheheader.version != RCVERSION)
|
||||
{
|
||||
AAS_Error("route cache dump has wrong version %d, should be %d", routecacheheader.version, RCVERSION);
|
||||
AAS_Error("route cache dump has wrong version %d, should be %d\n", routecacheheader.version, RCVERSION);
|
||||
return qfalse;
|
||||
} //end if
|
||||
if (routecacheheader.numareas != aasworld.numareas)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue