mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
For now, only use netreplays on the title if available
This commit is contained in:
parent
bca918cdbf
commit
b176ca27b3
1 changed files with 3 additions and 2 deletions
|
|
@ -1024,14 +1024,15 @@ void F_TitleScreenTicker(boolean run)
|
|||
// is it time?
|
||||
if (!(--demoIdleLeft))
|
||||
{
|
||||
static boolean use_netreplay = false;
|
||||
//static boolean use_netreplay = false;
|
||||
|
||||
char dname[9];
|
||||
lumpnum_t l;
|
||||
const char *mapname;
|
||||
UINT8 numstaff;
|
||||
|
||||
if ((use_netreplay = !use_netreplay))
|
||||
//@TODO uncomment this when this goes into vanilla
|
||||
/*if ((use_netreplay = !use_netreplay))*/
|
||||
{
|
||||
numstaff = 1;
|
||||
while ((l = W_CheckNumForName(va("TDEMO%03u", numstaff))) != LUMPERROR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue