Moved door towards background
authorChristoph Sommer <mail@christoph-sommer.de>
Sat, 8 Jul 2006 15:48:23 +0000 (15:48 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 8 Jul 2006 15:48:23 +0000 (15:48 +0000)
SVN-Revision: 3953

src/trigger/door.cpp

index a966908..bd38c1b 100644 (file)
@@ -110,7 +110,7 @@ Door::update(float )
 void
 Door::draw(DrawingContext& context)
 {
-  sprite->draw(context, bbox.p1, LAYER_TILES);
+  sprite->draw(context, bbox.p1, LAYER_BACKGROUNDTILES+1);
 }
 
 void