X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fworldmap%2Fsprite_change.hpp;h=4754e279fe8650b8134d382ce60ae312ac79870d;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=b48787db5e44367d46460f8ce417b84bee0e253d;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/worldmap/sprite_change.hpp b/src/worldmap/sprite_change.hpp index b48787db5..4754e279f 100644 --- a/src/worldmap/sprite_change.hpp +++ b/src/worldmap/sprite_change.hpp @@ -53,10 +53,10 @@ public: std::string stay_action; /** - * name of a group in which only one SpriteChange will ever have its stay_action displayed. - * Leave empty if you don't care. + * name of a group in which only one SpriteChange will ever have its stay_action displayed. + * Leave empty if you don't care. */ - std::string stay_group; + std::string stay_group; virtual void draw(DrawingContext& context); virtual void update(float elapsed_time); @@ -84,4 +84,3 @@ private: } #endif -