Remove unused ESCORT_GOAL_EXIT2

This commit is contained in:
Kp 2012-12-08 21:33:14 +00:00
parent 1ec7ea4e8f
commit 21c9aa6c16
2 changed files with 0 additions and 2 deletions

View file

@ -173,7 +173,6 @@ extern vms_vector Last_fired_upon_player_pos;
#define ESCORT_GOAL_HOSTAGE 11
#define ESCORT_GOAL_PLAYER_SPEW 12
#define ESCORT_GOAL_SCRAM 13
#define ESCORT_GOAL_EXIT2 14
#define ESCORT_GOAL_BOSS 15
#define ESCORT_GOAL_MARKER1 16
#define ESCORT_GOAL_MARKER2 17

View file

@ -730,7 +730,6 @@ static void escort_create_path_to_goal(object *objp)
if (Escort_goal_index > -1) goal_seg = Objects[Escort_goal_index].segnum;
break;
case ESCORT_GOAL_EXIT:
case ESCORT_GOAL_EXIT2:
goal_seg = find_exit_segment();
Escort_goal_index = goal_seg;
break;