X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=src%2FIAnimatedMeshSceneNode.cpp;h=f7348fc96f5c7ccf8897f2d4ece657ad71f9fbac;hp=0a63c0f2cf5eaa3a0b90a1c35666a8b25cc517d5;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hpb=ae7fc2605ca37645b106c8f35400a16d06dba69d diff --git a/src/IAnimatedMeshSceneNode.cpp b/src/IAnimatedMeshSceneNode.cpp index 0a63c0f..f7348fc 100644 --- a/src/IAnimatedMeshSceneNode.cpp +++ b/src/IAnimatedMeshSceneNode.cpp @@ -26,7 +26,7 @@ extern "C" { void irr_scene_IAnimatedMeshSceneNode_setMaterialFlag(irr_scene_IAnimatedMeshSceneNode* node, irr_video_E_MATERIAL_FLAG flag, - bool newvalue) + int newvalue) { ((irr::scene::IAnimatedMeshSceneNode*)node)->setMaterialFlag((irr::video::E_MATERIAL_FLAG)flag, newvalue); @@ -34,14 +34,14 @@ extern "C" { void irr_scene_IAnimatedMeshSceneNode_setMaterialTexture(irr_scene_IAnimatedMeshSceneNode* node, - u_int32_t textureLayer, + unsigned int textureLayer, irr_video_ITexture* texture) { ((irr::scene::IAnimatedMeshSceneNode*)node)->setMaterialTexture(textureLayer, (irr::video::ITexture*)texture); } - bool + int irr_scene_IAnimatedMeshSceneNode_setMD2Animation(irr_scene_IAnimatedMeshSceneNode* node, irr_scene_EMD2_ANIMATION_TYPE anim) {