summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bublbobl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bublbobl.c')
-rw-r--r--src/mame/video/bublbobl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c
index cd8c33a04f8..77afe40c5e7 100644
--- a/src/mame/video/bublbobl.c
+++ b/src/mame/video/bublbobl.c
@@ -27,7 +27,7 @@ VIDEO_UPDATE( bublbobl )
/* This clears & redraws the entire screen each pass */
bitmap_fill(bitmap, cliprect, 255);
- if (!state->video_enable)
+ if (!state->video_enable)
return 0;
sx = 0;