Add mDefFileNo to Classes/Structs
This commit is contained in:
parent
f6128f0e9e
commit
5ba1e96d29
8 changed files with 32 additions and 23 deletions
|
|
@ -407,6 +407,10 @@ PNamespace *ParseOneScript(const int baselump, ZCCParseState &state)
|
|||
int lumpnum = baselump;
|
||||
auto fileno = fileSystem.GetFileContainer(lumpnum);
|
||||
|
||||
FString file = fileSystem.GetFileFullPath(lumpnum);
|
||||
|
||||
state.FileNo = fileno;
|
||||
|
||||
if (TokenMap.CountUsed() == 0)
|
||||
{
|
||||
InitTokenMap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue