summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/drgnmst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/drgnmst.c')
-rw-r--r--src/mame/video/drgnmst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/drgnmst.c b/src/mame/video/drgnmst.c
index b51772bf76f..5d2a07d2729 100644
--- a/src/mame/video/drgnmst.c
+++ b/src/mame/video/drgnmst.c
@@ -93,7 +93,7 @@ void drgnmst_state::draw_sprites( bitmap_ind16 &bitmap,const rectangle &cliprect
realy = ypos + incy * y;
realnumber = number + x + y * 16;
- gfx->transpen(bitmap,cliprect, realnumber, colr, flipx, flipy, realx, realy, 15);
+ gfx->transpen(bitmap,cliprect, realnumber, colr, flipx, flipy, realx, realy, 15);
}
}
source += 4;