Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2008, 2:31:14 PM (16 years ago)
Author:
scheusso
Message:

problems of the merge should be solved now (hopefully)

File:
1 edited

Legend:

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

    r1763 r1767  
    144144          return false;
    145145        it=orxonox::ObjectList<Synchronisable>::end();
     146      }else{
     147        if(! it->updateData(mem, mode))
     148        {
     149          COUT(1) << "We couldn't update objectID: " \
     150            << objectID << "; classID: " << classID << std::endl;
     151        }
    146152      }
    147153    } else
Note: See TracChangeset for help on using the changeset viewer.