From 2c2e72bcbdfe79a2fc94b81f8d1e69f0797f80eb Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Thu, 12 Feb 2009 23:31:31 +0000 Subject: [PATCH] 02917: himesiki: Array index out of bound --- src/mame/video/himesiki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/himesiki.c b/src/mame/video/himesiki.c index 059927bc7bd..4d81aadfaee 100644 --- a/src/mame/video/himesiki.c +++ b/src/mame/video/himesiki.c @@ -13,7 +13,7 @@ Video hardware UINT8 *himesiki_bg_ram; static tilemap *himesiki_bg_tilemap; -static int himesiki_scrollx[1]; +static int himesiki_scrollx[2]; static int himesiki_flip;