mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Add a missing newline characters.
This commit is contained in:
parent
0e1aa692a3
commit
a78709ccbb
@ -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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user