Changeset 7802 in orxonox.OLD for branches/network/src
- Timestamp:
- May 24, 2006, 1:33:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r7800 r7802 390 390 for ( SynchronizeableList::iterator it = synchronizeables.begin(); it != synchronizeables.end(); it++ ) 391 391 { 392 int oldOffset = offset; 393 392 394 Synchronizeable & sync = **it; 393 395 … … 436 438 NETPRINTF(n)("REMOVE ZERO DIFF: %s (%d)\n", sync.getClassName(), sync.getUniqueID()); 437 439 offset = offset - n - 2*INTSIZE; 440 assert( offset == oldOffset ); 438 441 } 439 442
Note: See TracChangeset
for help on using the changeset viewer.