Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2008, 11:25:05 PM (15 years ago)
Author:
rgrieder
Message:

Applied bugfix r2441 to physics_merge branch as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics_merge/src/network/packet/Gamestate.cc

    r2435 r2456  
    363363  //copy in the zeros
    364364  for(it=dataMap_.begin(); it!=dataMap_.end();){
     365    if(it->second->getSize(HEADER->id)==0)
     366      continue;
    365367    oldobjectheader = (synchronisableHeader*)origdata;
    366368    newobjectheader = (synchronisableHeader*)newdata;
Note: See TracChangeset for help on using the changeset viewer.