- State parser fixes.

SVN r1255 (trunk)
This commit is contained in:
Christoph Oelckers 2008-10-05 18:45:05 +00:00
commit 0b120116ab
3 changed files with 8 additions and 4 deletions

View file

@ -311,6 +311,7 @@ bool ParsePropertyParams(FScanner &sc, FPropertyInfo *prop, AActor *defaults, Ba
nocomma = false;
conv.s = NULL;
pref.s = NULL;
pref.i = -1;
switch ((*p) & 223)
{