summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/aquarium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/aquarium.c')
-rw-r--r--src/mame/video/aquarium.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/aquarium.c b/src/mame/video/aquarium.c
index c5052ce64d5..0288ffbec79 100644
--- a/src/mame/video/aquarium.c
+++ b/src/mame/video/aquarium.c
@@ -62,14 +62,14 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
{
if (flipy)
cury -= 16;
- else
+ else
cury += 16;
}
else /* X chain */
{
- if (flipx)
+ if (flipx)
curx -= 16;
- else
+ else
curx += 16;
}
}