Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2007, 2:52:30 AM (17 years ago)
Author:
wenners
Message:

some paths changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/weather_effects/lightning_effect.cc

    r10114 r10186  
    263263
    264264  if (this->thunderTextureA) {
    265     this->thunderBolt[0]->setTexture("maps/thunderbA1.png");
    266     this->thunderBolt[1]->setTexture("maps/thunderbA2.png");
    267     this->thunderBolt[2]->setTexture("maps/thunderbA3.png");
    268     this->thunderBolt[3]->setTexture("maps/thunderbA4.png");
     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");
    269269  }
    270270  else {
    271     this->thunderBolt[0]->setTexture("maps/thunderbB1.png");
    272     this->thunderBolt[1]->setTexture("maps/thunderbB2.png");
    273     this->thunderBolt[2]->setTexture("maps/thunderbB3.png");
    274     this->thunderBolt[3]->setTexture("maps/thunderbB4.png");
     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");
    275275  }
    276276
Note: See TracChangeset for help on using the changeset viewer.