mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
Fix MacOS Compilation
This commit is contained in:
parent
1006d20c13
commit
9129f0121b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void I_ShowFatalError(const char *message)
|
|||
}
|
||||
|
||||
|
||||
int I_PickIWad(WadStuff* const wads, const int numwads, const bool showwin, const int defaultiwad, int&)
|
||||
int I_PickIWad(WadStuff* const wads, const int numwads, const bool showwin, const int defaultiwad, int&, FString&)
|
||||
{
|
||||
if (!showwin)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue