Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (17 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/lightning_bolt.cc

    r10114 r10317  
    4444
    4545  this->material = new Material();
    46   this->material->setDiffuseMap("maps/lightning_bolt.png");
     46  this->material->setDiffuseMap("textures/lightning_bolt.png");
    4747  //this->offset = Vector(-1440.00, 100.00, 280.00);
    4848
     
    5858  this->soundSource.setSourceNode(this);
    5959
    60   this->thunderBuffer = OrxSound::ResourceSoundBuffer("sound/atmosphere/thunder.wav");
     60  this->thunderBuffer = OrxSound::ResourceSoundBuffer("sounds/atmosphere/thunder.wav");
    6161}
    6262
Note: See TracChangeset for help on using the changeset viewer.