Let Tux bounce off badguys when he's invincible. This let's us bounce off guys like...
[supertux.git] / src / textscroller.hpp
index c7803ea..604af08 100644 (file)
@@ -37,7 +37,7 @@ class Surface;
 class InfoBoxLine
 {
 private:
-  enum LineType { NORMAL, NORMAL_LEFT, SMALL, HEADING, REFERENCE, IMAGE, SPACER};
+  enum LineType { NORMAL, NORMAL_LEFT, SMALL, HEADING, REFERENCE, IMAGE};
   LineType lineType;
   Font* font;
   std::string text;