Changeset 7853 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- May 25, 2006, 2:16:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_game_manager.cc
r7852 r7853 468 468 /* create new playable for Player*/ 469 469 PRINTF(0)("Request for creation: %i\n", userId); 470 int uniqueId = this->createEntity(CL_ HOVER, userId);470 int uniqueId = this->createEntity(CL_SPACE_SHIP, 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.