Reset play_time when level is restarted
[supertux.git] / src / textscroller.hpp
index cc166dc..a6dafb6 100644 (file)
@@ -78,6 +78,9 @@ private:
   Surface* arrow_scrolldown;
 };
 
+/**
+ * Screen that displays intro text, extro text, etc.
+ */
 class TextScroller : public Screen
 {
 public: