From 1ae269e1612265dc7c54fbccdb1ca0f285752b79 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 24 Sep 2010 11:21:33 +0000 Subject: [PATCH] comment out another unused var git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10489 d7cf8633-e32d-0410-b094-e92efae38249 --- clvm_cmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clvm_cmds.c b/clvm_cmds.c index 3e2e325f..64dcdd73 100644 --- a/clvm_cmds.c +++ b/clvm_cmds.c @@ -1258,7 +1258,7 @@ static void VM_CL_pointparticles (void) static void VM_CL_boxparticles (void) { int effectnum; - prvm_edict_t *own; + // prvm_edict_t *own; float *origin_from, *origin_to, *dir_from, *dir_to; float count; int flags; @@ -1267,7 +1267,7 @@ static void VM_CL_boxparticles (void) VM_SAFEPARMCOUNTRANGE(7, 8, VM_CL_boxparticles); effectnum = (int)PRVM_G_FLOAT(OFS_PARM0); - own = PRVM_G_EDICT(OFS_PARM1); // TODO find use for this + // own = PRVM_G_EDICT(OFS_PARM1); // TODO find use for this origin_from = PRVM_G_VECTOR(OFS_PARM2); origin_to = PRVM_G_VECTOR(OFS_PARM3); dir_from = PRVM_G_VECTOR(OFS_PARM4); -- 2.39.2