- More work on scripting interface
[supertux.git] / src / tile.cpp
index 0edef84..20835fb 100644 (file)
@@ -24,7 +24,6 @@
 #include <iostream>
 #include <stdexcept>
 
-#include "app/globals.h"
 #include "lisp/lisp.h"
 #include "tile.h"
 #include "resources.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)