- allow setting the startup screen's title through GAMEINFO lump.
SVN r2850 (trunk)
This commit is contained in:
parent
4397ef3323
commit
3f420c97bd
7 changed files with 51 additions and 26 deletions
|
|
@ -143,8 +143,6 @@ UINT MillisecondsPerTic;
|
|||
HANDLE NewTicArrived;
|
||||
uint32 LanguageIDs[4];
|
||||
|
||||
const IWADInfo *DoomStartupInfo;
|
||||
|
||||
int (*I_GetTime) (bool saveMS);
|
||||
int (*I_WaitForTic) (int);
|
||||
void (*I_FreezeTime) (bool frozen);
|
||||
|
|
@ -833,20 +831,6 @@ void STACK_ARGS I_Error(const char *error, ...)
|
|||
throw CRecoverableError(errortext);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// I_SetIWADInfo
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
void I_SetIWADInfo(const IWADInfo *info)
|
||||
{
|
||||
DoomStartupInfo = info;
|
||||
|
||||
// Make the startup banner show itself
|
||||
LayoutMainWindow(Window, NULL);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// ToEditControl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue