summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-01-02 02:29:21 +0000
committerTim Angus <tim@ngus.net>2002-01-02 02:29:21 +0000
commitacb9cc20cbfec3d9547a15368d1c809cebc2c3b6 (patch)
treeaf2db84d1fd687d4b3a92c3a9c0abb96e538d9aa /src/ui
parent52c89557d3619e31891a76d8751444dd9990f12c (diff)
Random tweaks and bug fixes
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui_main.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c
index 6d6816c9..80bf8420 100644
--- a/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
@@ -2868,7 +2868,7 @@ UI_LoadTremAlienClasses
*/
static void UI_LoadTremAlienClasses( )
{
- uiInfo.tremAlienClassCount = 3;
+ uiInfo.tremAlienClassCount = 2;
uiInfo.tremAlienClassList[ 0 ].text =
String_Alloc( BG_FindHumanNameForClassNum( PCL_A_B_BASE ) );
@@ -2876,13 +2876,8 @@ static void UI_LoadTremAlienClasses( )
String_Alloc( va( "cmd class %s", BG_FindNameForClassNum( PCL_A_B_BASE ) ) );
uiInfo.tremAlienClassList[ 1 ].text =
- String_Alloc( BG_FindHumanNameForClassNum( PCL_A_B_LEV1 ) );
- uiInfo.tremAlienClassList[ 1 ].cmd =
- String_Alloc( va( "cmd class %s", BG_FindNameForClassNum( PCL_A_B_LEV1 ) ) );
-
- uiInfo.tremAlienClassList[ 2 ].text =
String_Alloc( BG_FindHumanNameForClassNum( PCL_A_O_BASE ) );
- uiInfo.tremAlienClassList[ 2 ].cmd =
+ uiInfo.tremAlienClassList[ 1 ].cmd =
String_Alloc( va( "cmd class %s", BG_FindNameForClassNum( PCL_A_O_BASE ) ) );
}