From a652b603c97fb31d6943645603a6d585bda166ad Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Jan 2010 19:03:11 +0000 Subject: MOHAWK: Don't remove save_slot config entries the user may have added on purpose svn-id: r47723 --- engines/mohawk/riven.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/mohawk/riven.cpp') diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp index 292d2d740a..1a1b4fabba 100644 --- a/engines/mohawk/riven.cpp +++ b/engines/mohawk/riven.cpp @@ -97,9 +97,6 @@ Common::Error MohawkEngine_Riven::run() { if (gameToLoad > savedGamesList.size()) error ("Could not find saved game"); _saveLoad->loadGame(savedGamesList[gameToLoad]); - // HACK: The save_slot variable is saved to the disk! We don't want this! - ConfMan.removeKey("save_slot", ConfMan.getActiveDomainName()); - ConfMan.flushToDisk(); } else { // Otherwise, start us off at aspit's card 1 changeToStack(aspit); changeToCard(1); -- cgit v1.2.3