FX_GaussBeam: Remove old debug print
This commit is contained in:
parent
8cccf020e5
commit
287e4045de
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ FX_GaussBeam_Parse(void)
|
||||||
eowner = findfloat(world, ::entnum, readentitynum());
|
eowner = findfloat(world, ::entnum, readentitynum());
|
||||||
|
|
||||||
FX_GaussBeam(pos, angle, beams, eowner);
|
FX_GaussBeam(pos, angle, beams, eowner);
|
||||||
print(sprintf("Parsed: %v %v %i %s\n", pos, angle, beams, eowner.classname));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue