summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockPumpkin.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Blocks/BlockPumpkin.h')
-rw-r--r--source/Blocks/BlockPumpkin.h2
1 files changed, 1 insertions, 1 deletions
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)
{