FULLPIPE: Fix crash after intro

This commit is contained in:
Eugene Sandulenko 2013-10-30 00:31:43 +02:00
parent 7f86d15193
commit 0c2bc41f49

View File

@ -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();