Changeset 10618 in orxonox.OLD for trunk/src/world_entities/weather_effects/lightning_effect.cc
- Timestamp:
- Apr 4, 2007, 12:13:53 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 16 16 OrxonoxPlayability.kdevses 17 17 OrxonoxPlayability.kdevelop.pcs 18 orxonox.backtrace 19 orxonox.kdevses 20 orxonox.kdevelop.pcs
-
- Property svn:ignore
-
trunk/src/world_entities/weather_effects/lightning_effect.cc
r10511 r10618 263 263 264 264 if (this->thunderTextureA) { 265 this->thunderBolt[0]->setTexture("textures/ thunderbA1.png");266 this->thunderBolt[1]->setTexture("textures/ thunderbA2.png");267 this->thunderBolt[2]->setTexture("textures/ thunderbA3.png");268 this->thunderBolt[3]->setTexture("textures/ thunderbA4.png");265 this->thunderBolt[0]->setTexture("textures/effects/thunderbA1.png"); 266 this->thunderBolt[1]->setTexture("textures/effects/thunderbA2.png"); 267 this->thunderBolt[2]->setTexture("textures/effects/thunderbA3.png"); 268 this->thunderBolt[3]->setTexture("textures/effects/thunderbA4.png"); 269 269 } 270 270 else { 271 this->thunderBolt[0]->setTexture("textures/ thunderbB1.png");272 this->thunderBolt[1]->setTexture("textures/ thunderbB2.png");273 this->thunderBolt[2]->setTexture("textures/ thunderbB3.png");274 this->thunderBolt[3]->setTexture("textures/ thunderbB4.png");271 this->thunderBolt[0]->setTexture("textures/effects/thunderbB1.png"); 272 this->thunderBolt[1]->setTexture("textures/effects/thunderbB2.png"); 273 this->thunderBolt[2]->setTexture("textures/effects/thunderbB3.png"); 274 this->thunderBolt[3]->setTexture("textures/effects/thunderbB4.png"); 275 275 } 276 276
Note: See TracChangeset
for help on using the changeset viewer.