add a missing '\n', remove some unwanted ones
From /dev/humancontroller.
This commit is contained in:
parent
c3ca5c1caa
commit
a4c61d874d
7 changed files with 8 additions and 8 deletions
|
@ -950,7 +950,7 @@ static void CG_AddCEntity( centity_t *cent ) {
|
|||
|
||||
switch ( cent->currentState.eType ) {
|
||||
default:
|
||||
CG_Error( "Bad entity type: %i\n", cent->currentState.eType );
|
||||
CG_Error( "Bad entity type: %i", cent->currentState.eType );
|
||||
break;
|
||||
case ET_INVISIBLE:
|
||||
case ET_PUSH_TRIGGER:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue