From 8ef91817e93a98dd668c1d5b9e767dfe39d92f75 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 11 Sep 2013 19:02:09 +0100 Subject: Pumpkins --- source/Blocks/BlockPumpkin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Blocks/BlockPumpkin.h b/source/Blocks/BlockPumpkin.h index 375740535..b74d60a85 100644 --- a/source/Blocks/BlockPumpkin.h +++ b/source/Blocks/BlockPumpkin.h @@ -30,7 +30,7 @@ public: { ASSERT((a_Yaw >= -180) && (a_Yaw < 180)); - a_Yaw *= -1; + a_Yaw -= 180; a_Yaw += 360 + 45; if (a_Yaw > 360) { -- cgit v1.2.3