From 2469b9e67d4f275dad59439e75f0e503cc39fb7f Mon Sep 17 00:00:00 2001 From: Fazana <52551480+FazanaJ@users.noreply.github.com> Date: Fri, 20 Aug 2021 18:00:17 +0100 Subject: [PATCH] fix epic undo fail fix epic undo fail --- src/game/puppycam2.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/game/puppycam2.c b/src/game/puppycam2.c index e956283e..4722be02 100644 --- a/src/game/puppycam2.c +++ b/src/game/puppycam2.c @@ -1148,10 +1148,6 @@ static s32 puppycam_check_volume_bounds(struct sPuppyVolume *volume, s32 index) if (sPuppyVolumeStack[index]->room != gMarioCurrentRoom && sPuppyVolumeStack[index]->room != -1) return FALSE; - #ifdef VISUAL_DEBUG - - #endif - if (sPuppyVolumeStack[index]->shape == PUPPYVOLUME_SHAPE_BOX) { //Fetch the relative position. to the triggeree.