Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5002 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Aug 13, 2005, 10:14:57 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: turret react as before again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r5000 r5002  
    121121void Player::init()
    122122{
    123 //  this->setAbsDir(0,1,0);
    124 
    125123  this->setClassID(CL_PLAYER, "Player");
    126 
    127   //  this->model = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj", OBJ, RP_CAMPAIGN);
    128124  travelSpeed = 15.0;
    129125  velocity = new Vector();
Note: See TracChangeset for help on using the changeset viewer.