Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6596 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 4:58:05 PM (18 years ago)
Author:
rennerc
Message:

fire and co should be synced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/space_ships/space_ship.cc

    r6595 r6596  
    553553  {
    554554    int flags = 0;
    555     //SYNCHELP_READ_INT( flags );
     555    SYNCHELP_READ_INT( flags );
    556556
    557557    bUp = (flags & MASK_bUp) != 0;
     
    640640      oldMask = mask;
    641641      SYNCHELP_WRITE_BYTE( DATA_flags );
    642       //SYNCHELP_WRITE_INT( mask );
     642      SYNCHELP_WRITE_INT( mask );
    643643    }
    644644    else
Note: See TracChangeset for help on using the changeset viewer.