From 2ab31971c11d79807b157c90f65312ef300ab818 Mon Sep 17 00:00:00 2001
From: Treeki <treeki@gmail.com>
Date: Sun, 10 Feb 2013 01:07:28 +0100
Subject: rotated mushroom platforms are now slidable

---
 src/objkinoko.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src')

diff --git a/src/objkinoko.cpp b/src/objkinoko.cpp
index f8fe4d8..653fe47 100644
--- a/src/objkinoko.cpp
+++ b/src/objkinoko.cpp
@@ -115,7 +115,7 @@ int daObjKinoko_c::creationHook() {
 			/*rotation=*/rotation, /*_45=*/1
 			);
 
-	colliders[0]._47 = 0xA;
+	colliders[0]._47 = 0;
 	colliders[0].flags = 0x80180 | 0xC00;
 
 	// Now get the info to move the colliders by ....
@@ -140,7 +140,7 @@ int daObjKinoko_c::creationHook() {
 			/*rotation=*/rotation - 0x2000, /*_45=*/1
 			);
 
-	colliders[1]._47 = 0xA;
+	colliders[1]._47 = 0;
 	colliders[1].flags = 0x80100 | 0x800;
 
 	// Left Collider
@@ -151,7 +151,7 @@ int daObjKinoko_c::creationHook() {
 			/*rotation=*/rotation + 0x2000, /*_45=*/1
 			);
 
-	colliders[2]._47 = 0xA;
+	colliders[2]._47 = 0;
 	colliders[2].flags = 0x80080 | 0x400;
 
 	return 1;
-- 
cgit v1.2.3