diff options
author | 2012-01-08 14:41:35 +0000 | |
---|---|---|
committer | 2012-01-08 14:41:35 +0000 | |
commit | fbd35ee85a52a195a99d4a8e8aeabbabb21ef39d (patch) | |
tree | 69535aa5bdcb6a64719e51c4be495adeb37430d9 /src/emu/tilemap.c | |
parent | f2e639761745c7a05a39f17e45f2a4811fc6f71c (diff) |
Cleanups and version bumpmame0144u5
Diffstat (limited to 'src/emu/tilemap.c')
-rw-r--r-- | src/emu/tilemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/tilemap.c b/src/emu/tilemap.c index 52f8f47c745..aecadab3c90 100644 --- a/src/emu/tilemap.c +++ b/src/emu/tilemap.c @@ -117,10 +117,10 @@ public: INT32 dy_flipped; /* global vertical scroll offset when flipped */ /* pixel data */ - bitmap_t pixmap; /* cached pixel data */ + bitmap_t pixmap; /* cached pixel data */ /* transparency mapping */ - bitmap_t flagsmap; /* per-pixel flags */ + bitmap_t flagsmap; /* per-pixel flags */ UINT8 * tileflags; /* per-tile flags */ UINT8 * pen_to_flags; /* mapping of pens to flags */ |