summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/tilemap.c')
-rw-r--r--src/emu/tilemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/tilemap.c b/src/emu/tilemap.c
index 37bbc9a7730..60046c6861c 100644
--- a/src/emu/tilemap.c
+++ b/src/emu/tilemap.c
@@ -273,7 +273,7 @@ void tilemap_init(running_machine *machine)
tilemap_list = NULL;
tilemap_tailptr = &tilemap_list;
tilemap_instance = 0;
-
+
priority_bitmap = auto_bitmap_alloc(screen_width, screen_height, BITMAP_FORMAT_INDEXED8);
add_exit_callback(machine, tilemap_exit);
}