diff options
author | Strangerke | 2013-10-04 17:33:13 +0200 |
---|---|---|
committer | Strangerke | 2013-10-04 17:33:13 +0200 |
commit | 493c02ae224c0ce2f2d095e380c279ff1311a558 (patch) | |
tree | 4dcd53bc96ea3ae59398822baedbf855fae5a558 | |
parent | 650613f5cab24ad5975282255dbf4d41baef822d (diff) | |
download | scummvm-rg350-493c02ae224c0ce2f2d095e380c279ff1311a558.tar.gz scummvm-rg350-493c02ae224c0ce2f2d095e380c279ff1311a558.tar.bz2 scummvm-rg350-493c02ae224c0ce2f2d095e380c279ff1311a558.zip |
AVALANCHE: Use ConfMan short name
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
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); |