- Timestamp:
- Oct 29, 2008, 5:19:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/network/packet/Gamestate.cc
r2041 r2062 357 357 assert(it->second->objectID==oldobjectheader->objectID); 358 358 *newobjectheader = *oldobjectheader; 359 objectOffset=sizeof(uint8_t)+sizeof(bool); //skip the size and the availableDat evariables in the objectheader359 objectOffset=sizeof(uint8_t)+sizeof(bool); //skip the size and the availableData variables in the objectheader 360 360 if(it->second->doSelection(HEADER->id)){ 361 361 newobjectheader->dataAvailable=true; //TODO: probably not neccessary
Note: See TracChangeset
for help on using the changeset viewer.