Add Change --floppy-intro to --alt-intro patch (#896311)

svn-id: r12844
This commit is contained in:
Travis Howell 2004-02-13 10:51:33 +00:00
parent 0e24cabec8
commit adaeb61054
5 changed files with 19 additions and 14 deletions

View file

@ -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;