aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/crappisspuke.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 14:14:13 +1000
committerDavid Walter Seikel2014-04-22 14:14:13 +1000
commit30fde0d5e8b315e11e34c9d1fc8014c9f1139336 (patch)
tree86c9167313b19037db6e8555a8ca2f802ccefb5c /ClientHamr/extantz/crappisspuke.cpp
parentMoved images to media, much better idea. (diff)
downloadSledjHamr-30fde0d5e8b315e11e34c9d1fc8014c9f1139336.zip
SledjHamr-30fde0d5e8b315e11e34c9d1fc8014c9f1139336.tar.gz
SledjHamr-30fde0d5e8b315e11e34c9d1fc8014c9f1139336.tar.bz2
SledjHamr-30fde0d5e8b315e11e34c9d1fc8014c9f1139336.tar.xz
Move the Irrlicht demos to the base media directory to, and extantz itself.
Diffstat (limited to '')
-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 /*