- removed FMod as the last remaining piece of code that is not GPL compatible.
Please consider GZDoom as licensed under the GPL starting with this commit, even though the license headers have not been changed yet.
This commit is contained in:
parent
79ed1f73e7
commit
c219811a54
15 changed files with 6 additions and 4605 deletions
|
|
@ -247,10 +247,6 @@ static bool CheckSkipOptionBlock(FScanner &sc)
|
|||
{
|
||||
filter |= IsOpenALPresent();
|
||||
}
|
||||
else if (sc.Compare("FModEx"))
|
||||
{
|
||||
filter |= IsFModExPresent();
|
||||
}
|
||||
}
|
||||
while (sc.CheckString(","));
|
||||
sc.MustGetStringName(")");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue