aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2013-10-04 17:33:13 +0200
committerStrangerke2013-10-04 17:33:13 +0200
commit493c02ae224c0ce2f2d095e380c279ff1311a558 (patch)
tree4dcd53bc96ea3ae59398822baedbf855fae5a558 /engines
parent650613f5cab24ad5975282255dbf4d41baef822d (diff)
downloadscummvm-rg350-493c02ae224c0ce2f2d095e380c279ff1311a558.tar.gz
scummvm-rg350-493c02ae224c0ce2f2d095e380c279ff1311a558.tar.bz2
scummvm-rg350-493c02ae224c0ce2f2d095e380c279ff1311a558.zip
AVALANCHE: Use ConfMan short name
Diffstat (limited to 'engines')
-rw-r--r--engines/avalanche/avalot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index cff944602c..03a177402b 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -320,7 +320,7 @@ void AvalancheEngine::setup() {
_menu->init();
- int16 loadSlot = Common::ConfigManager::instance().getInt("save_slot");
+ int16 loadSlot = ConfMan.instance().getInt("save_slot");
if (loadSlot >= 0) {
_thinks = 2; // You always have money.
thinkAbout(kObjectMoney, kThing);