2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-25 19:29:13 +01:00

Add a missing newline characters.

This commit is contained in:
Andrey Akhmichin 2019-07-07 19:03:04 +05:00
parent 0e1aa692a3
commit a78709ccbb
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ BOOL CBullsquid::FValidateHintType( short sHint )
}
}
ALERT( at_aiconsole, "Couldn't validate hint type" );
ALERT( at_aiconsole, "Couldn't validate hint type\n" );
return FALSE;
}

View File

@ -155,7 +155,7 @@ BOOL CHoundeye::FValidateHintType( short sHint )
}
}
ALERT( at_aiconsole, "Couldn't validate hint type" );
ALERT( at_aiconsole, "Couldn't validate hint type\n" );
return FALSE;
}