Changeset 6493 in orxonox.OLD for branches/network/src/world_entities
- Timestamp:
- Jan 11, 2006, 5:06:43 PM (19 years ago)
- 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 96 96 } 97 97 98 99 100 /******************************************************************************************** 101 NETWORK STUFF 102 ********************************************************************************************/ 103 104 98 105 /** 99 106 * data copied in data will bee sent to another host … … 108 115 return SYNCHELP_WRITE_N; 109 116 } 117 110 118 111 119 /** -
branches/network/src/world_entities/power_ups/turret_power_up.cc
r6424 r6493 119 119 } 120 120 121 122 123 124 /******************************************************************************************** 125 NETWORK STUFF 126 ********************************************************************************************/ 127 128 121 129 int TurretPowerUp::writeBytes( const byte * data, int length, int sender ) 122 130 { … … 130 138 return SYNCHELP_READ_N; 131 139 } 132 133 140 134 141 -
branches/network/src/world_entities/world_entity.cc
r6469 r6493 370 370 371 371 372 373 374 /******************************************************************************************** 375 NETWORK STUFF 376 ********************************************************************************************/ 377 378 372 379 /** 373 380 * Writes data from network containing information about the state … … 417 424 } 418 425 426 419 427 /** 420 428 * data copied in data will bee sent to another host
Note: See TracChangeset
for help on using the changeset viewer.