- scriptified the basic attack functions, its properties and the explosion properties to test the new metadata system.

This commit is contained in:
Christoph Oelckers 2017-02-28 10:51:32 +01:00
commit b6a1fe7fc6
10 changed files with 102 additions and 201 deletions

View file

@ -281,6 +281,7 @@ static void ParseSingleFile(const char *filename, int lump, void *parser, ZCCPar
tokentype = ZCC_FLOATCONST;
break;
case TK_None: // 'NONE' is a token for SBARINFO but not here.
case TK_Identifier:
value.Int = FName(sc.String);
tokentype = ZCC_IDENTIFIER;