X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Fendsequence.hpp;h=68cb0e5df7c9648b21e671eb781caf2e60aa5ca2;hb=a983f6648d43492632c41e2b7519b70458b53cf4;hp=07f1267c7d11849a78ec6e3c0e3069142dd82112;hpb=1a6dbe26f00e7f9eabb65a1844ab7d2aa5648126;p=supertux.git diff --git a/src/object/endsequence.hpp b/src/object/endsequence.hpp index 07f1267c7..68cb0e5df 100644 --- a/src/object/endsequence.hpp +++ b/src/object/endsequence.hpp @@ -31,7 +31,7 @@ class EndSequence : public GameObject public: EndSequence(); virtual ~EndSequence(); - + virtual void update(float elapsed_time); virtual void draw(DrawingContext& context);