Changeset 9555 in orxonox.OLD for branches/proxy/src/world_entities
- Timestamp:
- Jul 28, 2006, 12:09:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/spawning_point.cc
r9541 r9555 207 207 void SpawningPoint::sendRespawnMessage( int uniqueId ) 208 208 { 209 byte * buf = new byte[2*INTSIZE];209 byte buf[2*INTSIZE]; 210 210 211 211 assert( Converter::intToByteArray( this->getUniqueID(), buf, INTSIZE ) == INTSIZE );
Note: See TracChangeset
for help on using the changeset viewer.