- Apply BHS's ThingActivation patch.

SVN r1862 (trunk)
This commit is contained in:
Randy Heit 2009-09-22 01:16:54 +00:00
parent 85a058436b
commit 8377927412
1 changed files with 4 additions and 0 deletions

View File

@ -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())