aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/crappisspuke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/extantz/crappisspuke.cpp')
-rw-r--r--ClientHamr/extantz/crappisspuke.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp
index 6a560f1..2af9dde 100644
--- a/ClientHamr/extantz/crappisspuke.cpp
+++ b/ClientHamr/extantz/crappisspuke.cpp
@@ -189,7 +189,7 @@ etc. of course.
189 other supported file format. By the way, that cool Quake 2 model 189 other supported file format. By the way, that cool Quake 2 model
190 called sydney was modelled by Brian Collins. 190 called sydney was modelled by Brian Collins.
191 */ 191 */
192 IAnimatedMesh* mesh = smgr->getMesh("media/sydney.md2"); 192 IAnimatedMesh* mesh = smgr->getMesh("media/Irrlicht/sydney.md2");
193 if (!mesh) 193 if (!mesh)
194 { 194 {
195 device->drop(); 195 device->drop();
@@ -209,7 +209,7 @@ etc. of course.
209 { 209 {
210// node->setMaterialFlag(EMF_LIGHTING, false); 210// node->setMaterialFlag(EMF_LIGHTING, false);
211 node->setMD2Animation(scene::EMAT_STAND); 211 node->setMD2Animation(scene::EMAT_STAND);
212 node->setMaterialTexture(0, driver->getTexture("media/sydney.bmp")); 212 node->setMaterialTexture(0, driver->getTexture("media/Irrlicht/sydney.bmp"));
213 } 213 }
214 214
215 /* 215 /*