mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
duplicated ghostinfo itterator
This commit is contained in:
parent
9200eb99e1
commit
b37dcc9d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ void NetConnection::ghostWritePacket(BitStream *bstream, PacketNotify *notify)
|
||||||
//
|
//
|
||||||
for(i = mGhostZeroUpdateIndex - 1; i >= 0 && !bstream->isFull(); i--)
|
for(i = mGhostZeroUpdateIndex - 1; i >= 0 && !bstream->isFull(); i--)
|
||||||
{
|
{
|
||||||
GhostInfo *walk = mGhostArray[i];
|
walk = mGhostArray[i];
|
||||||
if(walk->flags & (GhostInfo::KillingGhost | GhostInfo::Ghosting))
|
if(walk->flags & (GhostInfo::KillingGhost | GhostInfo::Ghosting))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue