summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/digdug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/digdug.c')
-rw-r--r--src/mame/video/digdug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/digdug.c b/src/mame/video/digdug.c
index 59b8db0cbac..cb9397c7482 100644
--- a/src/mame/video/digdug.c
+++ b/src/mame/video/digdug.c
@@ -260,7 +260,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 }