Changeset 10191 in orxonox.OLD for branches/data_fix/src/world_entities/npcs
- Timestamp:
- Jan 8, 2007, 2:45:23 PM (18 years ago)
- Location:
- branches/data_fix/src/world_entities/npcs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/data_fix/src/world_entities/npcs/door.cc
r10114 r10191 55 55 this->bOpen = false; 56 56 57 this->loadMD2Texture(" maps/doors.jpg");57 this->loadMD2Texture("textures/doors.jpg"); 58 58 this->loadModel("models/creatures/doors.md2", this->scale); 59 59 -
branches/data_fix/src/world_entities/npcs/gate.cc
r10114 r10191 74 74 this->bOpen = false; 75 75 76 this->loadMD2Texture(" maps/wheel.jpg");76 this->loadMD2Texture("textures/wheel.jpg"); 77 77 this->loadModel("models/creatures/hypergate.md2", this->scale); 78 78 -
branches/data_fix/src/world_entities/npcs/repair_station.cc
r10114 r10191 76 76 this->animationCurrent = REPAIR_CYCLE01; 77 77 78 this->loadMD2Texture(" maps/repairstation.jpg");78 this->loadMD2Texture("textures/repairstation.jpg"); 79 79 this->loadModel("models/creatures/repairstation.md2", this->scale); 80 80
Note: See TracChangeset
for help on using the changeset viewer.