X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Fsprite_change.hpp;h=4754e279fe8650b8134d382ce60ae312ac79870d;hb=accd4212a21bdce9ab9ad9e802d949a1828e2987;hp=b48787db5e44367d46460f8ce417b84bee0e253d;hpb=087de4c9139b8f91b0d863468cde5ce4b9e2c133;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 -