X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation.cpp;h=b7e39952986e85f017ede4ec388b79852316f31e;hb=f66f0e0b961dd138e4a60554373de9e64abd973b;hp=f749ae666729dff0cc42b3c1716540c453edc346;hpb=af1d37a1d6e36f63c514c20dc6413e9d61146ec6;p=lugaru.git diff --git a/Source/Animation.cpp b/Source/Animation.cpp index f749ae6..b7e3995 100644 --- a/Source/Animation.cpp +++ b/Source/Animation.cpp @@ -21,7 +21,7 @@ along with Lugaru. If not, see . #include "Animation.h" struct animation_data_elt { - const char *filename; + const std::string& filename; int height; int attack; };