- it's "loadgrp".

This commit is contained in:
Christoph Oelckers 2019-10-30 18:09:38 +01:00
parent 7f250fc3e8
commit 3e5d5a9a3d

View file

@ -813,7 +813,7 @@ static TArray<GrpInfo> ParseGrpInfo(const char *fn, FileReader &fr)
}
while (sc.CheckToken('|'));
}
else if (sc.Compare("load"))
else if (sc.Compare("loadgrp"))
{
do
{