Make Obj_light_xlate const

This commit is contained in:
Kp 2013-11-28 00:23:35 +00:00
parent 03daa71a02
commit 2de6e5069b

View file

@ -231,7 +231,7 @@ static void cast_muzzle_flash_light(int n_render_vertices, int *render_vertices,
}
// Translation table to make flares flicker at different rates
fix Obj_light_xlate[16] = { 0x1234, 0x3321, 0x2468, 0x1735,
static const fix Obj_light_xlate[16] = { 0x1234, 0x3321, 0x2468, 0x1735,
0x0123, 0x19af, 0x3f03, 0x232a,
0x2123, 0x39af, 0x0f03, 0x132a,
0x3123, 0x29af, 0x1f03, 0x032a };