aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-11-24 21:10:22 -0500
committerPaul Gilbert2017-11-24 21:10:22 -0500
commit883fd87e8f665c5621f88d7ca8e0c27cbc274ed8 (patch)
tree7488fce11f4f56781b43e50540e5ab91f98faced /engines/xeen/resources.h
parentf108a0feb99e3901f3ccdecd0f5195cc65c488c1 (diff)
downloadscummvm-rg350-883fd87e8f665c5621f88d7ca8e0c27cbc274ed8.tar.gz
scummvm-rg350-883fd87e8f665c5621f88d7ca8e0c27cbc274ed8.tar.bz2
scummvm-rg350-883fd87e8f665c5621f88d7ca8e0c27cbc274ed8.zip
XEEN: Fixes for blacksmith wares initialization and rendering
Diffstat (limited to 'engines/xeen/resources.h')
-rw-r--r--engines/xeen/resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h
index aa19baadcb..4b59ac6998 100644
--- a/engines/xeen/resources.h
+++ b/engines/xeen/resources.h
@@ -233,7 +233,7 @@ public:
static const char *const EFFECTIVENESS_NAMES[7];
static const char *const QUEST_ITEM_NAMES[85];
static const int WEAPON_BASE_COSTS[35];
- static const int ARMOR_BASE_COSTS[25];
+ static const int ARMOR_BASE_COSTS[14];
static const int ACCESSORY_BASE_COSTS[11];
static const int MISC_MATERIAL_COSTS[22];
static const int MISC_BASE_COSTS[76];