From 9c09615203ba7f3624e200aa137c9afdfccc2878 Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 18 Oct 2023 09:35:40 -0300 Subject: [PATCH] whoops --- src/overlays/actors/ovl_En_An/z_en_an.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_An/z_en_an.c b/src/overlays/actors/ovl_En_An/z_en_an.c index 207d07ff3..802d7d151 100644 --- a/src/overlays/actors/ovl_En_An/z_en_an.c +++ b/src/overlays/actors/ovl_En_An/z_en_an.c @@ -18,7 +18,7 @@ #define THIS ((EnAn*)thisx) // Change this to non-zero to enable debug printing -#define DEBUG_PRINT 1 +#define DEBUG_PRINT 0 void EnAn_Init(Actor* thisx, PlayState* play); void EnAn_Destroy(Actor* thisx, PlayState* play);