fixed bug in disk intro
svn-id: r7182
This commit is contained in:
parent
8e44180423
commit
33911c29df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue