summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taitoair.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taitoair.c')
-rw-r--r--src/mame/video/taitoair.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/taitoair.c b/src/mame/video/taitoair.c
index fa8603da3f3..1b2195f0b93 100644
--- a/src/mame/video/taitoair.c
+++ b/src/mame/video/taitoair.c
@@ -230,14 +230,14 @@ void taitoair_state::fill_slope( bitmap_ind16 &bitmap, const rectangle &cliprect
int xx2 = x2 >> TAITOAIR_FRAC_SHIFT;
int grad_col;
int base_color;
-
+
if (xx1 <= cliprect.max_x || xx2 >= cliprect.min_x)
{
if (xx1 < cliprect.min_x)
xx1 = cliprect.min_x;
if (xx2 > cliprect.max_x)
xx2 = cliprect.max_x;
-
+
if(color & 0x40)
{
/* Non-terrain elements are colored with this. */