summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/tilemap.h')
-rw-r--r--src/emu/tilemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/tilemap.h b/src/emu/tilemap.h
index ba1f7bc26dd..0ff5f507f4d 100644
--- a/src/emu/tilemap.h
+++ b/src/emu/tilemap.h
@@ -438,7 +438,7 @@ struct tile_data
UINT8 flags; // defaults to 0; one or more of TILE_* flags above
UINT8 pen_mask; // defaults to 0xff; mask to apply to pen_data while rendering the tile
UINT8 gfxnum; // defaults to 0xff; specify index of gfx for auto-invalidation on dirty
-
+
void set(int _gfxnum, int rawcode, int rawcolor, int _flags)
{
gfx_element *gfx = decoder->gfx(_gfxnum);