Changeset 2441 for code/branches/objecthierarchy2/src
- Timestamp:
- Dec 14, 2008, 3:08:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/network/packet/Gamestate.cc
r2171 r2441 351 351 //copy in the zeros 352 352 for(it=dataMap_.begin(); it!=dataMap_.end(); it++){ 353 if(it->second->getSize(HEADER->id)==0) 354 continue; 353 355 oldobjectheader = (synchronisableHeader*)origdata; 354 356 newobjectheader = (synchronisableHeader*)newdata;
Note: See TracChangeset
for help on using the changeset viewer.