mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +00:00
- Apply BHS's ThingActivation patch.
SVN r1862 (trunk)
This commit is contained in:
parent
85a058436b
commit
8377927412
1 changed files with 4 additions and 0 deletions
|
@ -618,6 +618,10 @@ static bool ParsePropertyParams(FScanner &sc, FPropertyInfo *prop, AActor *defau
|
|||
conv.i = ParseMorphStyle(sc);
|
||||
break;
|
||||
|
||||
case 'N': // special case. An expression-aware parser will not need this.
|
||||
conv.i = ParseThingActivation(sc);
|
||||
break;
|
||||
|
||||
case 'L': // Either a number or a list of strings
|
||||
if (sc.CheckNumber())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue