mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 01:21:17 +00:00
- fixed wrong line number in error message
Parser of MAPINFO editor number definitions didn't assign line numbers, so 'Unknown actor class' fatal error displayed some garbage
(cherry picked from commit 751e318c4e
)
This commit is contained in:
parent
429bd5d843
commit
4c7261c3b6
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ void FMapInfoParser::ParseDoomEdNums()
|
|||
memset(editem.args, 0, sizeof(editem.args));
|
||||
editem.argsdefined = 0;
|
||||
editem.noskillflags = false;
|
||||
editem.linenum = sc.Line;
|
||||
|
||||
int minargs = 0;
|
||||
int maxargs = 5;
|
||||
|
|
Loading…
Reference in a new issue