FULLPIPE: Fix crash after intro
This commit is contained in:
parent
7f86d15193
commit
0c2bc41f49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue