mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- forgot to remove the remarked comment
This commit is contained in:
parent
fb9cf33af6
commit
771931db9f
1 changed files with 0 additions and 1 deletions
|
@ -844,7 +844,6 @@ static void ParseModelDefLump(int Lump)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// This code is commented out because Gene Tech has broken include statements that blocks this feature..
|
|
||||||
else if (sc.Compare("#include"))
|
else if (sc.Compare("#include"))
|
||||||
{
|
{
|
||||||
sc.MustGetString();
|
sc.MustGetString();
|
||||||
|
|
Loading…
Reference in a new issue