Changeset 10604 in orxonox.OLD for branches/cleanup/src
- Timestamp:
- Mar 28, 2007, 7:38:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/weather_effects/lightning_effect.cc
r10511 r10604 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.