mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
- put EDuke frontend source into a namespace.
This commit does not work yet!
This commit is contained in:
parent
30c47a8511
commit
55a879fcc0
95 changed files with 429 additions and 294 deletions
|
@ -443,7 +443,7 @@ static int32_t defsparser(scriptfile *script)
|
|||
}
|
||||
case T_INCLUDEDEFAULT:
|
||||
{
|
||||
defsparser_include(G_DefaultDefFile(), script, cmdtokptr);
|
||||
defsparser_include(gi->DefaultDefFile(), script, cmdtokptr);
|
||||
break;
|
||||
}
|
||||
case T_DEFINE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue