Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2077


Ignore:
Timestamp:
Oct 31, 2008, 1:29:04 PM (15 years ago)
Author:
FelixSchulthess
Message:

-l command line option works now

Location:
code/branches/lod/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/orxonox/CMakeLists.txt

    r2053 r2077  
    9494    objects/SpaceShip.cc
    9595    objects/WorldEntity.cc
    96     objects/Planet.cc
    9796  )
    9897
  • code/branches/lod/src/orxonox/objects/SpaceShip.cc

    r1908 r2077  
    179179                myShip_ = true;
    180180            }
    181             else
    182                 this->setRadarObjectColour(this->getProjectileColour());
    183       }
    184       Model::create();
    185       this->init();
    186       return true;
     181        }
     182        else
     183            this->setRadarObjectColour(this->getProjectileColour());
     184        Model::create();
     185        this->init();
     186        return true;
    187187    }
    188188
     
    258258            if(!network::Host::running()){
    259259              this->backlight_ = new Backlight(this->maxSpeed_, 0.8);
    260               this->backlight_->create();
    261260              this->attachObject(this->backlight_);
    262261              this->backlight_->setPosition(-2.35, 0, 0.2);
     262              this->backlight_->create();
    263263              this->backlight_->setColour(this->getProjectileColour());
    264264 
Note: See TracChangeset for help on using the changeset viewer.