X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.h;h=854355f38af564855c2968d9709f133102884049;hb=20e924d;hp=21b6eaa880bf674adf36c738fcefc69e124d1314;hpb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;p=lugaru.git diff --git a/Source/Skeleton.h b/Source/Skeleton.h index 21b6eaa..854355f 100644 --- a/Source/Skeleton.h +++ b/Source/Skeleton.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -134,7 +135,7 @@ public: ~Animation(); Animation & operator = (const Animation & ani); - void Load(const char *fileName, int aheight, int aattack); + void Load(const std::string& fileName, int aheight, int aattack); protected: void deallocate();