diff --git a/src/p_things.cpp b/src/p_things.cpp index d94ba6a01..ba377abeb 100644 --- a/src/p_things.cpp +++ b/src/p_things.cpp @@ -601,6 +601,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); }