- removed the native graphical startup screens.
ENDOOM is already working with this commit, the start screens still require some work to connect them.
This commit is contained in:
parent
d6886ed44f
commit
79f4a9c0f3
7 changed files with 7 additions and 1635 deletions
|
|
@ -66,13 +66,13 @@
|
|||
// TYPES -------------------------------------------------------------------
|
||||
|
||||
// PUBLIC DATA DEFINITIONS -------------------------------------------------
|
||||
#if 0
|
||||
|
||||
CUSTOM_CVAR(Int, showendoom, 1, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||
{
|
||||
if (self < 0) self = 0;
|
||||
else if (self > 2) self=2;
|
||||
}
|
||||
#endif
|
||||
|
||||
// PRIVATE DATA DEFINITIONS ------------------------------------------------
|
||||
|
||||
// CODE --------------------------------------------------------------------
|
||||
|
|
@ -138,7 +138,6 @@ void FEndoomScreen::Update()
|
|||
}
|
||||
|
||||
|
||||
#if 0 // this part is not ready yet.
|
||||
//==========================================================================
|
||||
//
|
||||
// ST_Endoom
|
||||
|
|
@ -198,4 +197,3 @@ void ST_Endoom()
|
|||
int code = RunEndoom();
|
||||
throw CExitEvent(code);
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue