diff options
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 12 |
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; |