From 81e992698ee5ff68b569c795d316f99ab7c1ec87 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Tue, 21 Feb 2012 20:23:54 -0600 Subject: Broken shy guy 2 --- src/shyguy.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shyguy.cpp b/src/shyguy.cpp index 69d0827..a81143f 100644 --- a/src/shyguy.cpp +++ b/src/shyguy.cpp @@ -209,6 +209,8 @@ int daShyGuy::onCreate() { // Tile collider OSReport("Making the Tile collider Class\n"); + u8 struct_1[] = { 0, 0, 0, 1, 0xff, 0xff, 0x40, 0, 0, 0, 0xc0, 0, 0, 0, 0, 0 }; + u8 struct_3[] = { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0x3f, 0x2a, 0x7e, 0xfa }; this->collMgr.Init(this, struct_1, 0, struct_3); // // A bunch of things that I don't understand? Megazig used em. None seem to do anything -- cgit v1.2.3