X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsprite%2Fsprite_data.hpp;h=85940e21832d51a376fcdbeb0c56fac881efd0b8;hb=c1277f5b7db9f55d1d28f658b4e804f32b76f0ce;hp=82d50d57b85466bfbb032d6a703d79ea6a2158e5;hpb=84abfaeb33c5bf8dac0cfd9499d9d4c3e7d39881;p=supertux.git diff --git a/src/sprite/sprite_data.hpp b/src/sprite/sprite_data.hpp index 82d50d57b..85940e218 100644 --- a/src/sprite/sprite_data.hpp +++ b/src/sprite/sprite_data.hpp @@ -64,12 +64,12 @@ private: }; typedef std::map Actions; - Actions actions; void parse_action(const lisp::Lisp* lispreader, const std::string& basedir); /** Get an action */ Action* get_action(std::string act); + Actions actions; std::string name; };