Changeset 1937
- Timestamp:
- Oct 15, 2008, 5:43:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/SpaceShip.cc
r1908 r1937 179 179 myShip_ = true; 180 180 } 181 else182 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; 187 187 } 188 188 … … 258 258 if(!network::Host::running()){ 259 259 this->backlight_ = new Backlight(this->maxSpeed_, 0.8); 260 this->backlight_->create();261 260 this->attachObject(this->backlight_); 262 261 this->backlight_->setPosition(-2.35, 0, 0.2); 262 this->backlight_->create(); 263 263 this->backlight_->setColour(this->getProjectileColour()); 264 264
Note: See TracChangeset
for help on using the changeset viewer.