summaryrefslogtreecommitdiff
path: root/src/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.c')
-rw-r--r--src/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.c b/src/gfx.c
index f7be1da..72f13e1 100644
--- a/src/gfx.c
+++ b/src/gfx.c
@@ -2072,7 +2072,7 @@ void DrawBackground_16(uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
GFX.Z1 = GFX.Z2 = depths [(Tile & 0x2000) >> 13];
}
-static inline void DrawBackground(uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
+static INLINE void DrawBackground(uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
{
//StartAnalyze();