X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fanimated-mesh-md2.cpp;h=141a634b486df0220ac7c1e51a611deda2086568;hb=4f049544ec827a9f1f16a913d7241f29179fdde7;hp=3cd2d39e82a9451566e3df83df2ee8fd8253d1b6;hpb=6537f348407a540c027d92d0b766a8684f0fdf95;p=guile-irrlicht.git diff --git a/src/animated-mesh-md2.cpp b/src/animated-mesh-md2.cpp index 3cd2d39..141a634 100644 --- a/src/animated-mesh-md2.cpp +++ b/src/animated-mesh-md2.cpp @@ -23,14 +23,12 @@ #include #include "animated-mesh-md2.h" - using namespace irr; - scene::EMD2_ANIMATION_TYPE scm_to_md2_animation_type (SCM md2_animation_type) { - char* flag = scm_to_utf8_stringn (scm_symbol_to_string (md2_animation_type), NULL); + char* flag = scm_to_utf8_string (scm_symbol_to_string (md2_animation_type)); if (!strcmp (flag, "stand")) { return scene::EMAT_STAND;