mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- Fixed uninitialized line number info in thing map parsing.
This commit is contained in:
parent
0488b18f8f
commit
9dbfa6d04e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue