mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
FULLPIPE: Fix crash after intro
This commit is contained in:
parent
7f86d15193
commit
0c2bc41f49
@ -481,7 +481,7 @@ bool PreloadItems::load(MfcArchive &file) {
|
||||
|
||||
int count = file.readCount();
|
||||
|
||||
resize(count);
|
||||
clear();
|
||||
|
||||
for (int i = 0; i < count; i++) {
|
||||
PreloadItem *t = new PreloadItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user