aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
Diffstat (limited to 'sky')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 08d7b40c1c..5556e1c500 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -123,7 +123,7 @@ SkyEngine::SkyEngine(GameDetector *detector, OSystem *syst)
_debugMode = ConfMan.hasKey("debuglevel");
- _floppyIntro = ConfMan.getBool("floppy_intro");
+ _floppyIntro = ConfMan.getBool("alt_intro");
_fastMode = 0;