summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/galastrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/galastrm.c')
-rw-r--r--src/mame/video/galastrm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/galastrm.c b/src/mame/video/galastrm.c
index 86dd8723c63..7ebca85e7f1 100644
--- a/src/mame/video/galastrm.c
+++ b/src/mame/video/galastrm.c
@@ -183,8 +183,8 @@ static void draw_sprites_pre(running_machine *machine, int x_offs, int y_offs)
if (sprites_flipscreen)
{
/* -zx/y is there to fix zoomed sprite coords in screenflip.
- drawgfxzoom does not know to draw from flip-side of sprites when
- screen is flipped; so we must correct the coords ourselves. */
+ drawgfxzoom does not know to draw from flip-side of sprites when
+ screen is flipped; so we must correct the coords ourselves. */
curx = 320 - curx - zx;
cury = 256 - cury - zy;