mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-03 01:12:23 +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;
|
defined[ednum] = true;
|
||||||
editem.classname = sc.String;
|
editem.classname = sc.String;
|
||||||
|
editem.linenum = sc.Line;
|
||||||
|
|
||||||
themap.Insert(ednum, editem);
|
themap.Insert(ednum, editem);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue