mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
f1bb7679a3
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ void ACSStringPool::ReadStrings(FSerializer &file, const char *key)
|
|||
unsigned bucketnum = h % NUM_BUCKETS;
|
||||
Pool[ii].Hash = h;
|
||||
Pool[ii].Next = PoolBuckets[bucketnum];
|
||||
PoolBuckets[bucketnum] = i;
|
||||
PoolBuckets[bucketnum] = ii;
|
||||
}
|
||||
file.EndObject();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue