From de5af8fb9af829578855593dbd01ebeb1efc14cb Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 5 Oct 2015 23:41:03 +0100 Subject: fix debug build. --- source/gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gfx.c') diff --git a/source/gfx.c b/source/gfx.c index 2cd7584..ba077e4 100644 --- a/source/gfx.c +++ b/source/gfx.c @@ -730,7 +730,7 @@ void S9xSetInfoString(const char* string) GFX.InfoStringTimeout = 120; } -inline void SelectTileRenderer(bool normal) +static inline void SelectTileRenderer(bool normal) { if (normal) { -- cgit v1.2.3