summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/20pacgal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/20pacgal.c')
-rw-r--r--src/mame/video/20pacgal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/20pacgal.c b/src/mame/video/20pacgal.c
index 230762173a9..ff2a8b4377b 100644
--- a/src/mame/video/20pacgal.c
+++ b/src/mame/video/20pacgal.c
@@ -108,7 +108,7 @@ static void draw_sprites(running_machine *machine, mame_bitmap *bitmap, const re
for (offs = 0x80-2;offs >= 0;offs-=2)
{
- static int gfx_offs[2][2] =
+ static const int gfx_offs[2][2] =
{
{ 0, 1 },
{ 2, 3 }