X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.cpp;h=9bdd4cea0dcf6ac3bbbb0643395c0d4a272d83a1;hb=decb00e82a2e65e25dbcdd8f16fff5a6a07d31d6;hp=18806a803bf4d71844a7bffcf3b74d43a5279bd0;hpb=58aaf9dc190781f673fd5928277d3ade7434268a;p=lugaru.git diff --git a/Source/Skeleton.cpp b/Source/Skeleton.cpp index 18806a8..9bdd4ce 100644 --- a/Source/Skeleton.cpp +++ b/Source/Skeleton.cpp @@ -1136,12 +1136,12 @@ void Animation::Move(XYZ how) } } -void Skeleton::Load(char *filename, char *lowfilename, char *clothesfilename, - char *modelfilename, char *model2filename, - char *model3filename, char *model4filename, - char *model5filename, char *model6filename, - char *model7filename, char *modellowfilename, - char *modelclothesfilename, bool aclothes) +void Skeleton::Load(const char *filename, const char *lowfilename, const char *clothesfilename, + const char *modelfilename, const char *model2filename, + const char *model3filename, const char *model4filename, + const char *model5filename, const char *model6filename, + const char *model7filename, const char *modellowfilename, + const char *modelclothesfilename, bool aclothes) { static GLfloat M[16]; static int parentID;