mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +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
|
@ -617,6 +617,10 @@ static bool ParsePropertyParams(FScanner &sc, FPropertyInfo *prop, AActor *defau
|
||||||
case 'M': // special case. An expression-aware parser will not need this.
|
case 'M': // special case. An expression-aware parser will not need this.
|
||||||
conv.i = ParseMorphStyle(sc);
|
conv.i = ParseMorphStyle(sc);
|
||||||
break;
|
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
|
case 'L': // Either a number or a list of strings
|
||||||
if (sc.CheckNumber())
|
if (sc.CheckNumber())
|
||||||
|
|
Loading…
Reference in a new issue