mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
fixed bug in disk intro
svn-id: r7182
This commit is contained in:
parent
8e44180423
commit
33911c29df
@ -326,7 +326,7 @@ void SkyState::intro(void) {
|
|||||||
free(_diffData);
|
free(_diffData);
|
||||||
WAIT_SEQUENCE;
|
WAIT_SEQUENCE;
|
||||||
|
|
||||||
free(_workScreen);
|
free(_workBase);
|
||||||
_workScreen = _skyDisk->loadFile(FN_4B_LOG, NULL);
|
_workScreen = _skyDisk->loadFile(FN_4B_LOG, NULL);
|
||||||
seq4bData = _skyDisk->loadFile(FN_4B, NULL);
|
seq4bData = _skyDisk->loadFile(FN_4B, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user