home *** CD-ROM | disk | FTP | other *** search
- //«OF6»«TS2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38»«PT2»«PL1»
-
- enum mission_enum {
- No_mission = -1,
-
- M_prison_1,
- M_prison_2,
- M_prison_3,
-
- M_city_1,
- M_city_2,
- M_city_3,
-
- M_test_1,
- M_test_2,
- M_test_3,
-
- Last_mission
- };
-
- enum mission_cond_enum {
- No_mission_cond = -1,
-
- MC_enemies_killed,
- MC_civilians_killed,
- MC_corporates_killed,
- MC_robots_killed,
-
- MC_damage_taken,
- MC_grenades_thrown,
- MC_bullets_fired,
- MC_bullet_accuracy,
- MC_always_used_silencer,
-
- MC_floppies_recovered,
- MC_secrets_found,
-
- MC_marker_1_active,
- MC_marker_2_active,
- MC_marker_3_active,
-
- Last_mission_cond
- };
-
- enum agency_enums {
- No_agency = -1,
-
- Agency_1,
- Agency_2,
- Agency_3,
-
- Last_original_agency,
-
- A_silencer,
-
- Last_agency
- };
-
- enum theater_enums {
- No_theater = -1,
-
- T_siberia,
- T_city,
- T_other,
-
- Last_theater
- };