X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation.cpp;h=b7e39952986e85f017ede4ec388b79852316f31e;hb=4f4771bb67958d2e9180ba24d422141b9069e363;hp=f749ae666729dff0cc42b3c1716540c453edc346;hpb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;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; };