summaryrefslogtreecommitdiff
path: root/games/irrlamb/files/patch-src-objects-player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/irrlamb/files/patch-src-objects-player.cpp')
-rw-r--r--games/irrlamb/files/patch-src-objects-player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/irrlamb/files/patch-src-objects-player.cpp b/games/irrlamb/files/patch-src-objects-player.cpp
index 8ea456c81a08..14ed4f42fd3d 100644
--- a/games/irrlamb/files/patch-src-objects-player.cpp
+++ b/games/irrlamb/files/patch-src-objects-player.cpp
@@ -11,7 +11,7 @@
//Light = irrScene->addLightSceneNode(0, core::vector3df(0.0f, 0.0f, 0.0f), video::SColorf(0.2f, 0.2f, 1.0f), 20.0f);
@@ -57,7 +57,7 @@
InnerNode->setMaterialFlag(EMF_ZBUFFER, false);
- InnerNode->setMaterialTexture(0, irrDriver->getTexture("/home/amdmi3/projects/freebsd/ports/games/irrlamb/prefix/share/irrlamb/textures/player_glow0.png"));
+ InnerNode->setMaterialTexture(0, irrDriver->getTexture("textures/player_glow0.png"));
InnerNode->setMaterialType(EMT_ONETEXTURE_BLEND);
- InnerNode->getMaterial(0).MaterialTypeParam = pack_texureBlendFunc(EBF_ONE, EBF_ONE);
+ InnerNode->getMaterial(0).MaterialTypeParam = pack_textureBlendFunc(EBF_ONE, EBF_ONE);