- system backend cleanup.
This is mainly for running CI on Linux and macOS. Windws is already working.
This commit is contained in:
parent
a40578a0a4
commit
12e69adec3
44 changed files with 383 additions and 380 deletions
|
|
@ -1113,7 +1113,7 @@ void M_ParseMenuDefs()
|
|||
//
|
||||
//=============================================================================
|
||||
|
||||
void M_StartupEpisodeMenu(FGameStartup *gs)
|
||||
void M_StartupEpisodeMenu(FNewGameStartup *gs)
|
||||
{
|
||||
// Build episode menu
|
||||
bool success = false;
|
||||
|
|
@ -1670,7 +1670,7 @@ DEFINE_ACTION_FUNCTION(DMenu, UpdateSkinOptions)
|
|||
//=============================================================================
|
||||
extern int restart;
|
||||
|
||||
void M_StartupSkillMenu(FGameStartup *gs)
|
||||
void M_StartupSkillMenu(FNewGameStartup *gs)
|
||||
{
|
||||
static int done = -1;
|
||||
bool success = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue