Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7853 in orxonox.OLD


Ignore:
Timestamp:
May 25, 2006, 2:16:40 PM (18 years ago)
Author:
rennerc
Message:

removed hover-hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_game_manager.cc

    r7852 r7853  
    468468  /* create new playable for Player*/
    469469  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);
    471471  PRINTF(0)("Request for creation: userid: %i, uniqueid: %i\n", userId, uniqueId);
    472472  this->sendYouAre(uniqueId, userId);
Note: See TracChangeset for help on using the changeset viewer.