aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-13 22:56:37 -0400
committerPaul Gilbert2018-04-13 22:56:57 -0400
commitfbed39276714cc1eeeb03c04c834365beb5ada38 (patch)
treea68869766a43a16ab3a0b1ce9ea9830748c8ec22 /engines/xeen/xeen.cpp
parent8b717abe3801eb85faf3983b032565dad1d2e46f (diff)
downloadscummvm-rg350-fbed39276714cc1eeeb03c04c834365beb5ada38.tar.gz
scummvm-rg350-fbed39276714cc1eeeb03c04c834365beb5ada38.tar.bz2
scummvm-rg350-fbed39276714cc1eeeb03c04c834365beb5ada38.zip
XEEN: Add launcher Engine tab option for more durable armor
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index d5240287ac..1e15ec7792 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -129,6 +129,7 @@ void XeenEngine::loadSettings() {
_finalScore = ConfMan.hasKey("final_score") ? ConfMan.getInt("final_score") : 0;
_extOptions._showItemCosts = ConfMan.hasKey("ShowItemCosts") && ConfMan.getBool("ShowItemCosts");
+ _extOptions._durableArmor = ConfMan.hasKey("DurableArmor") && ConfMan.getBool("DurableArmor");
// If requested, load a savegame instead of showing the intro
if (ConfMan.hasKey("save_slot")) {