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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/drgnmst.c b/src/mame/video/drgnmst.c
index d2b7a7ab7f1..07930c87640 100644
--- a/src/mame/video/drgnmst.c
+++ b/src/mame/video/drgnmst.c
@@ -90,9 +90,9 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap,const recta
if (!flipy) { incy = 16;} else { incy = -16; ypos += 16 * high; }
- for (y = 0; y <= high; y++)
+ for (y = 0; y <= high; y++)
{
- for (x = 0; x <= wide; x++)
+ for (x = 0; x <= wide; x++)
{
int realx, realy, realnumber;