mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- why wasn't this saved?
This commit is contained in:
parent
39f6489ac5
commit
c92e6b03ac
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ static void DumpClassMap(FClassMap &themap)
|
|||
{
|
||||
allpairs[i++] = pair;
|
||||
}
|
||||
qsort(allpairs.Data, i, sizeof(allpairs[0]), SpawnableSort);
|
||||
qsort(allpairs.Data(), i, sizeof(allpairs[0]), SpawnableSort);
|
||||
for (int j = 0; j < i; ++j)
|
||||
{
|
||||
pair = allpairs[j];
|
||||
|
|
Loading…
Reference in a new issue