summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wrally.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wrally.c')
-rw-r--r--src/mame/video/wrally.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/wrally.c b/src/mame/video/wrally.c
index 9996176b709..def8a91830f 100644
--- a/src/mame/video/wrally.c
+++ b/src/mame/video/wrally.c
@@ -118,8 +118,8 @@ static void draw_sprites(running_machine *machine, mame_bitmap *bitmap, const re
int i, 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 (i = 3; i < (0x1000 - 6)/2; i += 4){
int sx = wrally_spriteram[i+2] & 0x03ff;