- added a config getter to the interface.
Now the only external reference left in the backend code is the call to GameMain.
This commit is contained in:
parent
e6615629b3
commit
207913bced
4 changed files with 14 additions and 5 deletions
|
|
@ -3557,6 +3557,7 @@ static int D_DoomMain_Internal (void)
|
|||
OnMenuOpen,
|
||||
System_LanguageChanged,
|
||||
OkForLocalization,
|
||||
[]() ->FConfigFile* { return GameConfig; }
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue