diff options
| -rw-r--r-- | engines/sky/sky.cpp | 2 | ||||
| -rw-r--r-- | gui/launcher.cpp | 2 | 
2 files changed, 1 insertions, 3 deletions
| diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index eecc7a9fbf..4f803cb393 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -298,8 +298,6 @@ GUI::Debugger *SkyEngine::getDebugger() {  }  void SkyEngine::initVirgin() { - -	_skyScreen->setPalette(60111);  	_skyScreen->showScreen(60110);  } diff --git a/gui/launcher.cpp b/gui/launcher.cpp index df73df9526..273091a981 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -978,8 +978,8 @@ void LauncherDialog::loadGame(int item) {  						const char *file = saveList[idx].filename().c_str();  						printf("Loading slot: %d\n", slot);  						printf("Loading file: %s\n", file); -						ConfMan.setInt("save_slot", slot);  						ConfMan.setActiveDomain(_domains[item]); +						ConfMan.setInt("save_slot", slot);  						close();  					}  				} | 
