mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- it's "loadgrp".
This commit is contained in:
parent
7f250fc3e8
commit
3e5d5a9a3d
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ static TArray<GrpInfo> ParseGrpInfo(const char *fn, FileReader &fr)
|
||||||
}
|
}
|
||||||
while (sc.CheckToken('|'));
|
while (sc.CheckToken('|'));
|
||||||
}
|
}
|
||||||
else if (sc.Compare("load"))
|
else if (sc.Compare("loadgrp"))
|
||||||
{
|
{
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue