mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-13 07:47:45 +00:00
Added #error for invalid C code that SMVC happily compiles.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3065 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b7a5f90f8a
commit
7c4d2a2309
1 changed files with 1 additions and 0 deletions
|
@ -4912,6 +4912,7 @@ void CL_ParseServerMessage (void)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case svcfte_trailparticles:
|
case svcfte_trailparticles:
|
||||||
|
#error CLDP_ParseTrailParticles() doesn't take any arguments.
|
||||||
CLDP_ParseTrailParticles(true);
|
CLDP_ParseTrailParticles(true);
|
||||||
break;
|
break;
|
||||||
case svcfte_pointparticles:
|
case svcfte_pointparticles:
|
||||||
|
|
Loading…
Reference in a new issue