Make super_boss_gate_type_list const

This commit is contained in:
Kp 2013-11-28 00:23:45 +00:00
parent c0ffadae44
commit 2ca4c7ed3e

View file

@ -145,7 +145,7 @@ static void paging_touch_weapon( int weapon_type )
sbyte super_boss_gate_type_list[13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 };
static const sbyte super_boss_gate_type_list[13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 };
static void paging_touch_robot( int robot_index )
{