summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/thoop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/thoop2.c')
-rw-r--r--src/mame/video/thoop2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/thoop2.c b/src/mame/video/thoop2.c
index 379a07d38f8..b8405d84ce5 100644
--- a/src/mame/video/thoop2.c
+++ b/src/mame/video/thoop2.c
@@ -155,8 +155,8 @@ static void draw_sprites(running_machine *machine, mame_bitmap *bitmap, const re
int j, x, y, ex, ey;
const gfx_element *gfx = machine->gfx[0];
- static int x_offset[2] = {0x0,0x2};
- static int y_offset[2] = {0x0,0x1};
+ static const int x_offset[2] = {0x0,0x2};
+ static const int y_offset[2] = {0x0,0x1};
for (j = 0; j < sprite_count[pri]; j++){
int i = sprite_table[pri][j];