Merge branch 'master' into zscript

This commit is contained in:
Christoph Oelckers 2016-12-02 21:14:56 +01:00
commit 211d9d92a1
9 changed files with 2 additions and 36 deletions

View file

@ -608,6 +608,7 @@ static void ParseSpawnMap(FScanner &sc, SpawnMap & themap, const char *descript)
}
defined[ednum] = true;
editem.classname = sc.String;
editem.linenum = sc.Line;
themap.Insert(ednum, editem);
}