Changeset 6493 in orxonox.OLD for branches/network/src/world_entities/power_ups
- Timestamp:
- Jan 11, 2006, 5:06:43 PM (19 years ago)
- Location:
- branches/network/src/world_entities/power_ups
- Files:
-
- 2 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
Note: See TracChangeset
for help on using the changeset viewer.