Platform that hurts Tux and Badguys when touched
[supertux.git] / src / object / falling_coin.cpp
index e6f79a4..4066d2b 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: infoblock.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Ondrej Hosek <ondra.hosek@gmail.com>
@@ -41,7 +41,7 @@ FallingCoin::~FallingCoin()
 void
 FallingCoin::draw(DrawingContext& context)
 {
-  sprite->draw(context, pos, LAYER_OBJECTS + 5);
+  sprite->draw(context, pos, LAYER_FLOATINGOBJECTS + 5);
 }
 
 void