diff --git a/src/p_acs.cpp b/src/p_acs.cpp index e36cecde786..1b6c472d80b 100644 --- a/src/p_acs.cpp +++ b/src/p_acs.cpp @@ -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