summaryrefslogtreecommitdiff
path: root/src/tile16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile16.h')
-rw-r--r--src/tile16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tile16.h b/src/tile16.h
index 4650f40..0f9ea3e 100644
--- a/src/tile16.h
+++ b/src/tile16.h
@@ -71,7 +71,7 @@ extern uint32 TileBlank;
GFX.ScreenColors = &GFX.ScreenColorsPre[(Tile & GFX.PaletteMask) >> GFX.PaletteShift];
#define RENDER_TILE(NORMAL, FLIPPED, N) \
- register int inc; \
+ int inc; \
if (!(Tile & V_FLIP)){ \
bp = pCache + StartLine; \
inc = 8; \
@@ -123,7 +123,7 @@ extern uint32 TileBlank;
#define RENDER_CLIPPED_TILE(NORMAL, FLIPPED, N) \
- register int inc; \
+ int inc; \
if (Tile & V_FLIP){ \
bp = pCache + 56 - StartLine; \
inc = -8; \