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