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