mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Egga Channel background for connecting
This commit is contained in:
parent
2d253e0105
commit
d5e6d349a5
3 changed files with 4 additions and 3 deletions
|
|
@ -1952,8 +1952,7 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic
|
||||||
{
|
{
|
||||||
if (cl_mode != CL_DOWNLOADFILES && cl_mode != CL_DOWNLOADSAVEGAME)
|
if (cl_mode != CL_DOWNLOADFILES && cl_mode != CL_DOWNLOADSAVEGAME)
|
||||||
{
|
{
|
||||||
F_TitleScreenTicker(true);
|
M_DrawEggaChannel();
|
||||||
F_TitleScreenDrawer();
|
|
||||||
}
|
}
|
||||||
CL_DrawConnectionStatus();
|
CL_DrawConnectionStatus();
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
|
|
|
||||||
|
|
@ -904,6 +904,8 @@ void M_HandleVideoModes(INT32 ch);
|
||||||
// data stuff
|
// data stuff
|
||||||
void M_HandleProfileErase(INT32 choice);
|
void M_HandleProfileErase(INT32 choice);
|
||||||
|
|
||||||
|
// Draws the EGGA CHANNEL background.
|
||||||
|
void M_DrawEggaChannel(void);
|
||||||
|
|
||||||
// Extras menu:
|
// Extras menu:
|
||||||
#define DF_ENCORE 0x40
|
#define DF_ENCORE 0x40
|
||||||
|
|
|
||||||
|
|
@ -2270,7 +2270,7 @@ static void M_MPOptDrawer(menu_t *m, INT16 extend[3][3])
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draws the EGGA CHANNEL background.
|
// Draws the EGGA CHANNEL background.
|
||||||
static void M_DrawEggaChannel(void)
|
void M_DrawEggaChannel(void)
|
||||||
{
|
{
|
||||||
patch_t *background = W_CachePatchName("M_EGGACH", PU_CACHE);
|
patch_t *background = W_CachePatchName("M_EGGACH", PU_CACHE);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue