Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10317 in orxonox.OLD for trunk/src/world_entities/npcs


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (18 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

Location:
trunk/src/world_entities/npcs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/door.cc

    r10114 r10317  
    5555  this->bOpen = false;
    5656
    57   this->loadMD2Texture("maps/doors.jpg");
     57  this->loadMD2Texture("textures/doors.jpg");
    5858  this->loadModel("models/creatures/doors.md2", this->scale);
    5959
  • trunk/src/world_entities/npcs/gate.cc

    r10114 r10317  
    7474  this->bOpen = false;
    7575
    76   this->loadMD2Texture("maps/wheel.jpg");
     76  this->loadMD2Texture("textures/wheel.jpg");
    7777  this->loadModel("models/creatures/hypergate.md2", this->scale);
    7878
  • trunk/src/world_entities/npcs/repair_station.cc

    r10114 r10317  
    7676  this->animationCurrent = REPAIR_CYCLE01;
    7777
    78   this->loadMD2Texture("maps/repairstation.jpg");
     78  this->loadMD2Texture("textures/repairstation.jpg");
    7979  this->loadModel("models/creatures/repairstation.md2", this->scale);
    8080
Note: See TracChangeset for help on using the changeset viewer.