mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 22:09:06 +02:00
cleanups, diff minimization
This commit is contained in:
parent
4a5631fca6
commit
c49e2c1804
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ int EntityItem::readEntityDataFromBuffer(const unsigned char* data, int bytesLef
|
|||
qCDebug(entities) << " fromSameServerEdit:" << fromSameServerEdit;
|
||||
#endif
|
||||
|
||||
bool ignoreServerPacket = false;
|
||||
bool ignoreServerPacket = false; // assume we'll use this server packet
|
||||
|
||||
// If this packet is from the same server edit as the last packet we accepted from the server
|
||||
// we probably want to use it.
|
||||
|
|
Loading…
Reference in a new issue