- moved the command line parser out of the game frontends.

Some part are not done yet, and the file system data is currently ignored - there's no way to properly set this up with the file system code Build came with.
This commit is contained in:
Christoph Oelckers 2019-10-28 22:19:50 +01:00
parent 5148fc877d
commit 762f174743
49 changed files with 337 additions and 1529 deletions

View file

@ -2224,7 +2224,7 @@ void G_BonusScreen(int32_t bonusonly)
videoClearScreen(0);
G_DisplayMPResultsScreen();
if (mus_enabled)
if (MusicEnabled())
S_PlaySound(BONUSMUSIC);
videoNextPage();
@ -2268,7 +2268,7 @@ void G_BonusScreen(int32_t bonusonly)
gametext_center_shade(192, "Press any key or button to continue", quotepulseshade);
if (mus_enabled)
if (MusicEnabled())
S_PlaySound(BONUSMUSIC);
}
else
@ -2818,7 +2818,7 @@ void G_BonusScreenRRRA(int32_t bonusonly)
videoClearScreen(0);
G_DisplayMPResultsScreen();
if (mus_enabled)
if (MusicEnabled())
S_PlaySound(BONUSMUSIC);
videoNextPage();