Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6815 in orxonox.OLD for trunk/src/world_entities/terrain.cc


Ignore:
Timestamp:
Jan 28, 2006, 5:11:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/network back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6774:HEAD

no conflicts…
thats what i call orthogonal work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/terrain.cc

    r6780 r6815  
    325325
    326326  SYNCHELP_READ_BEGIN();
    327   SYNCHELP_READ_FKT( WorldEntity::writeState );
     327  SYNCHELP_READ_FKT( WorldEntity::writeState, NWT_TER_WE_STATE );
    328328
    329329  return SYNCHELP_READ_N;
     
    343343    *reciever = rec;
    344344
    345     return WorldEntity::readState( data, maxLength );
     345    SYNCHELP_WRITE_BEGIN();
     346    SYNCHELP_WRITE_FKT( WorldEntity::readState, NWT_TER_WE_STATE );
     347    return SYNCHELP_WRITE_N;
    346348
    347349  }
Note: See TracChangeset for help on using the changeset viewer.