Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2457


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

Fix didn't do the trick. Don't even know exactly what it would have done..

File:
1 edited

Legend:

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

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