Fix MacOS Compilation

This commit is contained in:
Ricardo Luís Vaz Silva 2024-04-21 12:31:12 -03:00 committed by Rachael Alexanderson
parent 1006d20c13
commit 9129f0121b

View file

@ -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)
{