X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.cpp;h=20835fbd91dd83f73db67390aa08ba879a5732f2;hb=fedb7355c2a369399cc781e907ac961dfa11fdd9;hp=a57d3043f0f0b7d8de197e6f57565aeefb741670;hpb=ef57479f613b900b73eba8e8f4d026aae0de25cc;p=supertux.git diff --git a/src/tile.cpp b/src/tile.cpp index a57d3043f..20835fbd9 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -24,11 +24,10 @@ #include #include -#include "app/globals.h" #include "lisp/lisp.h" #include "tile.h" -#include "scene.h" #include "resources.h" +#include "timer.h" #include "math/vector.h" #include "video/drawing_context.h" @@ -68,8 +67,6 @@ Tile::parse(const lisp::Lisp& reader) attributes |= SPIKE; if(reader.get("fullbox", value) && value) attributes |= FULLBOX; - if(reader.get("distro", value) && value) - attributes |= COIN; if(reader.get("coin", value) && value) attributes |= COIN; if(reader.get("goal", value) && value)