mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Blood: do not recreate the bucket list when loading a savegame.
It has been read from the savegame already, and creating a new one will not produce a correct list because not all data has been loaded yet.
This commit is contained in:
parent
ed8266df0b
commit
3ba0a242bf
1 changed files with 0 additions and 1 deletions
|
@ -635,7 +635,6 @@ void SerializeEvents(FSerializer& arc)
|
|||
.Array("buckets", rxBucket, bucketCount)
|
||||
.Array("buckethead", bucketHead, countof(bucketHead));
|
||||
|
||||
if (arc.isReading()) createBucketHeads();
|
||||
int numEvents = (int)queue.size();
|
||||
arc("eventcount", numEvents);
|
||||
if (arc.BeginArray("events"))
|
||||
|
|
Loading…
Reference in a new issue