mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-17 08:21:28 +00:00
Merge branch 'master' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
ade429b64f
1 changed files with 1 additions and 1 deletions
|
@ -1284,7 +1284,7 @@ int ACSStringPool::InsertString(FString &str, unsigned int h, unsigned int bucke
|
|||
}
|
||||
if (index == Pool.Size())
|
||||
{ // There were no free entries; make a new one.
|
||||
Pool.Reserve(1);
|
||||
Pool.Reserve(MIN_GC_SIZE);
|
||||
FirstFreeEntry++;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue