- increase cutscene buffer size since some chases are big and we still need AI

This commit is contained in:
Ilya Shurumov 2021-05-17 23:09:41 +06:00 committed by InspirationByte
parent af4c4dbe05
commit a8a65ab17b
2 changed files with 1 additions and 1 deletions

View File

@ -1401,7 +1401,7 @@ struct CUTSCENE_BUFFER
char(*residentPointers[4]);
char* currentPointer;
int bytesFree;
char buffer[8192];
char buffer[32*1024]; // was 8192, but we have some free mem now even for PSX
};
struct CUTSCENE_INFO