Changeset 7852 in orxonox.OLD for branches/network
- Timestamp:
- May 25, 2006, 1:40:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_game_manager.cc
r7778 r7852 468 468 /* create new playable for Player*/ 469 469 PRINTF(0)("Request for creation: %i\n", userId); 470 int uniqueId = this->createEntity(CL_ SPACE_SHIP, userId);470 int uniqueId = this->createEntity(CL_HOVER, userId); 471 471 PRINTF(0)("Request for creation: userid: %i, uniqueid: %i\n", userId, uniqueId); 472 472 this->sendYouAre(uniqueId, userId);
Note: See TracChangeset
for help on using the changeset viewer.