From a4c9103f076d24793818b909aaeddcc45316a76b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 23:31:33 +0200 Subject: Remove CHECK_SOUND --- src/mode7.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mode7.c') diff --git a/src/mode7.c b/src/mode7.c index 48918df..ba22898 100644 --- a/src/mode7.c +++ b/src/mode7.c @@ -33,7 +33,6 @@ void DrawBGMode7Background16R3(uint8* Screen, int bg, int depth); void DrawBGMode7Background16(uint8* Screen, int bg, int depth) { DMSG("opaque"); - CHECK_SOUND(); if (GFX.r2130 & 1) { -- cgit v1.2.3