more adjustments to collision detection, tux is correctly placed above badguys again...
[supertux.git] / src / textscroller.cpp
index 1cb243b..e6577bb 100644 (file)
@@ -250,6 +250,8 @@ InfoBox::~InfoBox()
   for(std::map<std::string, Surface*>::iterator i = images.begin();
     i != images.end(); ++i)
     delete i->second;
+  delete arrow_scrollup;
+  delete arrow_scrolldown;
 }
 
 void