diff options
Diffstat (limited to 'src/bossTopman.cpp')
-rw-r--r-- | src/bossTopman.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bossTopman.cpp b/src/bossTopman.cpp index 5aec384..bed9104 100644 --- a/src/bossTopman.cpp +++ b/src/bossTopman.cpp @@ -356,13 +356,11 @@ int daDreidel::onCreate() { HitMeBaby.unkShort1C = 0; HitMeBaby.callback = &dEn_c::collisionCallback; - OSReport("Making the Physics Class and adding to the list\n"); this->aPhysics.initWithStruct(this, &HitMeBaby); this->aPhysics.addToList(); // Tile collider - OSReport("Making the Tile collider Class\n"); // These fucking rects do something for the tile rect spriteSomeRectX = 28.0f; @@ -568,8 +566,6 @@ void daDreidel::updateModelMatrices() { // CreateEffect(&this->pos, &(S16Vec){0,0,0}, &(Vec){1.0, 1.0, 1.0}, 192); this->direction = 1; } - // OSReport("Rotation: %x", this->rot.y); - // OSReport("Direction: %d", this->direction); // this->direction ^= 1; bindAnimChr_and_setUpdateRate("begoman_wait2", 1, 0.0, 1.0); } |