From 30fde0d5e8b315e11e34c9d1fc8014c9f1139336 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 22 Apr 2014 14:14:13 +1000 Subject: Move the Irrlicht demos to the base media directory to, and extantz itself. --- ClientHamr/extantz/crappisspuke.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ClientHamr/extantz/crappisspuke.cpp') 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. other supported file format. By the way, that cool Quake 2 model called sydney was modelled by Brian Collins. */ - IAnimatedMesh* mesh = smgr->getMesh("media/sydney.md2"); + IAnimatedMesh* mesh = smgr->getMesh("media/Irrlicht/sydney.md2"); if (!mesh) { device->drop(); @@ -209,7 +209,7 @@ etc. of course. { // node->setMaterialFlag(EMF_LIGHTING, false); node->setMD2Animation(scene::EMAT_STAND); - node->setMaterialTexture(0, driver->getTexture("media/sydney.bmp")); + node->setMaterialTexture(0, driver->getTexture("media/Irrlicht/sydney.bmp")); } /* -- cgit v1.1