summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exerion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/exerion.cpp')
-rw-r--r--src/mame/video/exerion.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/video/exerion.cpp b/src/mame/video/exerion.cpp
index dee291a0419..c2d30a8daac 100644
--- a/src/mame/video/exerion.cpp
+++ b/src/mame/video/exerion.cpp
@@ -388,12 +388,12 @@ UINT32 exerion_state::screen_update_exerion(screen_device &screen, bitmap_ind16
else
code &= ~0x10, code2 |= 0x10;
- gfx->transmask(bitmap,cliprect, code2, color, xflip, yflip, x, y + gfx->height(),
- m_palette->transpen_mask(*gfx, color, 0x10));
+ gfx->transmask(bitmap,cliprect, code2, color, xflip, yflip, x, y + gfx->height(),
+ m_palette->transpen_mask(*gfx, color, 0x10));
}
- gfx->transmask(bitmap,cliprect, code, color, xflip, yflip, x, y,
- m_palette->transpen_mask(*gfx, color, 0x10));
+ gfx->transmask(bitmap,cliprect, code, color, xflip, yflip, x, y,
+ m_palette->transpen_mask(*gfx, color, 0x10));
if (doubled) i += 4;
}