From e431d33445927b22392954f5422709e3eb48c458 Mon Sep 17 00:00:00 2001 From: Martin Schaffner Date: Sat, 23 Oct 2004 19:15:46 +0000 Subject: [PATCH] correct comments about anarchy-only --- ChangeLog | 1 + main/mission.c | 4 ++-- main/mission.h | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7daa7a4b..9d81f15d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ main/multi.h, main/network.c: move mission list handling functionality to mission.c, remove unnecessary load_mission calls in menu.c * main/game.c: remove unnecessary build_mission_list call + * main/mission.c, main/mission.h: correct comments about anarchy-only 2004-10-21 Martin Schaffner diff --git a/main/mission.c b/main/mission.c index 29070fd0..fb0df630 100644 --- a/main/mission.c +++ b/main/mission.c @@ -1,4 +1,4 @@ -/* $Id: mission.c,v 1.27 2004-10-23 18:59:02 schaffner Exp $ */ +/* $Id: mission.c,v 1.28 2004-10-23 19:15:46 schaffner Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -487,7 +487,7 @@ void promote (char * mission_name, int * top_place, int num_missions) //fills in the global list of missions. Returns the number of missions -//in the list. If anarchy_mode set, don't include non-anarchy levels. +//in the list. If anarchy_mode is set, then also add anarchy-only missions. extern char CDROM_dir[]; extern char AltHogDir[]; diff --git a/main/mission.h b/main/mission.h index 24e4678e..80ad271a 100644 --- a/main/mission.h +++ b/main/mission.h @@ -1,4 +1,4 @@ -/* $Id: mission.h,v 1.19 2004-10-23 18:59:02 schaffner Exp $ */ +/* $Id: mission.h,v 1.20 2004-10-23 19:15:46 schaffner Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -95,7 +95,7 @@ extern char Level_names[MAX_LEVELS_PER_MISSION][FILENAME_LEN]; extern char Secret_level_names[MAX_SECRET_LEVELS_PER_MISSION][FILENAME_LEN]; //fills in the global list of missions. Returns the number of missions -//in the list. If anarchy_mode set, don't include non-anarchy levels. +//in the list. If anarchy_mode is set, then also add anarchy-only missions. //if there is only one mission, this function will call load_mission on it. int build_mission_list(int anarchy_mode); -- 2.39.2