summaryrefslogtreecommitdiff
path: root/src/ui/ui_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-09-19 02:53:45 +0000
committerTim Angus <tim@ngus.net>2002-09-19 02:53:45 +0000
commitc68036fca83b760953eff59d09fe4b46d59657c8 (patch)
treec14ce716c25c99916230e9c40bdbfc959bcaeaae /src/ui/ui_local.h
parenta14947099cc8c2d90e9beed601daa45714303a8d (diff)
* Cleaned up redundant events
* Fixed "buildable blocking door" bug * Renamed MCU to Armoury * A few whitespace fixes
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r--src/ui/ui_local.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h
index f540c2ed..3b690e06 100644
--- a/src/ui/ui_local.h
+++ b/src/ui/ui_local.h
@@ -866,13 +866,13 @@ typedef struct {
int tremHumanItemCount;
int tremHumanItemIndex;
- tremMenuItem_t tremHumanMCUBuyList[ 32 ];
- int tremHumanMCUBuyCount;
- int tremHumanMCUBuyIndex;
+ tremMenuItem_t tremHumanArmouryBuyList[ 32 ];
+ int tremHumanArmouryBuyCount;
+ int tremHumanArmouryBuyIndex;
- tremMenuItem_t tremHumanMCUSellList[ 32 ];
- int tremHumanMCUSellCount;
- int tremHumanMCUSellIndex;
+ tremMenuItem_t tremHumanArmourySellList[ 32 ];
+ int tremHumanArmourySellCount;
+ int tremHumanArmourySellIndex;
tremMenuItem_t tremAlienUpgradeList[ 16 ];
int tremAlienUpgradeCount;