- Sync with trunk.
SVN r1872 (scripting)
This commit is contained in:
commit
1a442742f7
167 changed files with 1885 additions and 2340 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.
|
||||
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…
Add table
Add a link
Reference in a new issue