mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
Fixing unused end compile warning
This commit is contained in:
parent
240fd736a8
commit
d5663f3766
1 changed files with 2 additions and 1 deletions
|
@ -1286,7 +1286,8 @@ void G_SetMoveParentOrder( void )
|
|||
|
||||
for (i=0; i<level.num_attachedEnts; i++)
|
||||
{
|
||||
gentity_t *ent = g_parentOrder[i];
|
||||
// JBravo: apparently unused
|
||||
// gentity_t *ent = g_parentOrder[i];
|
||||
|
||||
Com_sprintf(p, 4, "%03i", g_parentOrder[i]-g_entities);
|
||||
p += 3;
|
||||
|
|
Loading…
Reference in a new issue