From adaeb61054fa9fb451da6be46fb451f5ab9c4c32 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 13 Feb 2004 10:51:33 +0000 Subject: Add Change --floppy-intro to --alt-intro patch (#896311) svn-id: r12844 --- sky/sky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky') 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; -- cgit v1.2.3