Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6493 in orxonox.OLD for branches/network/src/world_entities


Ignore:
Timestamp:
Jan 11, 2006, 5:06:43 PM (18 years ago)
Author:
patrick
Message:

network: playable creation fix

Location:
branches/network/src/world_entities
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/power_ups/power_up.cc

    r6424 r6493  
    9696}
    9797
     98
     99
     100/********************************************************************************************
     101 NETWORK STUFF
     102 ********************************************************************************************/
     103
     104
    98105/**
    99106 * data copied in data will bee sent to another host
     
    108115  return SYNCHELP_WRITE_N;
    109116}
     117
    110118
    111119/**
  • branches/network/src/world_entities/power_ups/turret_power_up.cc

    r6424 r6493  
    119119}
    120120
     121
     122
     123
     124/********************************************************************************************
     125 NETWORK STUFF
     126 ********************************************************************************************/
     127
     128
    121129int TurretPowerUp::writeBytes( const byte * data, int length, int sender )
    122130{
     
    130138  return SYNCHELP_READ_N;
    131139}
    132 
    133140
    134141
  • branches/network/src/world_entities/world_entity.cc

    r6469 r6493  
    370370
    371371
     372
     373
     374/********************************************************************************************
     375 NETWORK STUFF
     376 ********************************************************************************************/
     377
     378
    372379/**
    373380 * Writes data from network containing information about the state
     
    417424}
    418425
     426
    419427/**
    420428 * data copied in data will bee sent to another host
Note: See TracChangeset for help on using the changeset viewer.