From bb433954d014b0c13b3f7a1f16f8fa9fdf76fbe9 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 29 Apr 2017 16:54:51 -0400 Subject: Fix the NONMATCHING check in util.c. --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 9929887d2..2278c50fe 100644 --- a/src/util.c +++ b/src/util.c @@ -43,7 +43,7 @@ void DoBgAffineSet(struct BgAffineDstData *dest, u32 texX, u32 texY, s16 scrX, s BgAffineSet(&src, dest, 1); } -#ifndef NONMATCHING +#ifdef NONMATCHING // Functionally equivalent. // Only the two yflip loops don't match. -- cgit v1.2.3