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