bonusblock is a sprite and not a tile in the new design. Renamend messagebox.png...
[supertux.git] / src / object / infoblock.cpp
index a032462..5430e26 100644 (file)
@@ -28,7 +28,7 @@
 #include "lisp/lisp.h"
 
 InfoBlock::InfoBlock(const lisp::Lisp& lisp)
-  : Block(sprite_manager->create("bonusblock"))
+  : Block(sprite_manager->create("infoblock"))
 {
   Vector pos;
   lisp.get("x", pos.x);