summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/aerofgt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/aerofgt.c')
-rw-r--r--src/mame/video/aerofgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/aerofgt.c b/src/mame/video/aerofgt.c
index cb965b3b462..c95c64b6907 100644
--- a/src/mame/video/aerofgt.c
+++ b/src/mame/video/aerofgt.c
@@ -527,7 +527,7 @@ static void aerfboot_draw_sprites(running_machine *machine, bitmap_t *bitmap,con
{
int attr_start,last;
- last = ((aerofgt_rasterram[0x404/2] << 5) - 0x8000) / 2;
+ last = ((aerofgt_rasterram[0x404/2] << 5) - 0x8000) / 2;
for (attr_start = aerofgt_spriteram3_size / 2 - 4 ; attr_start >= last ; attr_start -= 4)
{