summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gaplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gaplus.c')
-rw-r--r--src/mame/video/gaplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gaplus.c b/src/mame/video/gaplus.c
index 1d61d0fd858..ab60b7b1306 100644
--- a/src/mame/video/gaplus.c
+++ b/src/mame/video/gaplus.c
@@ -275,7 +275,7 @@ static void draw_sprites(running_machine *machine, mame_bitmap *bitmap, const re
/* is it on? */
if ((spriteram_3[offs+1] & 2) == 0)
{
- static int gfx_offs[2][2] =
+ static const int gfx_offs[2][2] =
{
{ 0, 1 },
{ 2, 3 }