diff options
-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); |