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
|
@ -1275,7 +1275,7 @@ void CG_ParticleExplosion (char *animStr, vec3_t origin, vec3_t vel, int duratio
|
|||
break;
|
||||
}
|
||||
if (!shaderAnimNames[anim]) {
|
||||
CG_Error("CG_ParticleExplosion: unknown animation string: %s\n", animStr);
|
||||
CG_Error("CG_ParticleExplosion: unknown animation string: %s", animStr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue