aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/intro.cpp')
-rw-r--r--sky/intro.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sky/intro.cpp b/sky/intro.cpp
index f271545933..02b3050fc0 100644
--- a/sky/intro.cpp
+++ b/sky/intro.cpp
@@ -639,7 +639,6 @@ Intro::Intro(Disk *disk, Screen *screen, MusicBase *music, Sound *sound, Text *t
Intro::~Intro(void) {
_mixer->stopAll();
- _skyDisk->flushPrefetched();
_skyScreen->stopSequence();
if (_textBuf)
free(_textBuf);
@@ -654,8 +653,6 @@ bool Intro::doIntro(bool floppyIntro) {
if (!SkyEngine::isCDVersion())
floppyIntro = true;
- _skyDisk->prefetchFile(60112);
- _skyDisk->prefetchFile(60113);
_skyMusic->loadSection(0);
_skySound->loadSection(0);