Fix typo in collections.h. DONT_BUILD

git-svn-id: https://svn.eduke32.com/eduke32@6688 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2018-02-22 14:15:13 +00:00
parent 7a9684e350
commit b2470aa677

View file

@ -41,7 +41,7 @@ struct GrowArray
void vacuum()
{
if (size_ < capacity_)
reallocate(size);
reallocate(size_);
}
void clear()