You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
fix epic undo fail
fix epic undo fail
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user