Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2008, 4:15:03 AM (16 years ago)
Author:
landauf
Message:
  • some small adjustments in identifier and co.
  • renamed GetIdentifier to ClassByName and ClassByID
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/Server.cc

    r1785 r1856  
    340340    if(!client)
    341341      return false;
    342     orxonox::Identifier* id = GetIdentifier("SpaceShip");
     342    orxonox::Identifier* id = ClassByName("SpaceShip");
    343343    if(!id){
    344344      COUT(4) << "We could not create the SpaceShip for client: " << client->getID() << std::endl;
Note: See TracChangeset for help on using the changeset viewer.