summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/brkthru.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/brkthru.c')
-rw-r--r--src/mame/video/brkthru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/brkthru.c b/src/mame/video/brkthru.c
index 108da0c5b8e..11e34d9ef9e 100644
--- a/src/mame/video/brkthru.c
+++ b/src/mame/video/brkthru.c
@@ -196,7 +196,7 @@ static void draw_sprites( running_machine *machine, bitmap_t *bitmap, const rect
int sx, sy, code, color;
sx = 240 - state->spriteram[offs + 3];
- if (sx < -7)
+ if (sx < -7)
sx += 256;
sy = 240 - state->spriteram[offs + 2];