Removed vertical flipping drawing hacks.
[supertux.git] / src / world.cpp
index fb85020..98b1ed5 100644 (file)
@@ -97,7 +97,7 @@ World::apply_bonuses()
       // fall through
                                                                                 
     case PlayerStatus::GROWUP_BONUS:
-      tux->grow();
+      tux->grow(false);
       break;
     }
 }