mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge remote-tracking branch 'remotes/internal/INTERNAL_netreplays' into INTERNAL_netreplays
This commit is contained in:
commit
ad7eb75bf2
3 changed files with 3 additions and 3 deletions
|
|
@ -7048,7 +7048,7 @@ void G_LoadDemoInfo(menudemo_t *pdemo)
|
||||||
}
|
}
|
||||||
|
|
||||||
// I think that's everything we need?
|
// I think that's everything we need?
|
||||||
free(infobuffer);
|
Z_Free(infobuffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -5126,7 +5126,7 @@ menudemo_t *demolist;
|
||||||
|
|
||||||
#define DF_ENCORE 0x40
|
#define DF_ENCORE 0x40
|
||||||
static INT16 replayScrollTitle = 0;
|
static INT16 replayScrollTitle = 0;
|
||||||
static INT8 replayScrollDelay = TICRATE, replayScrollDir = 1;
|
static SINT8 replayScrollDelay = TICRATE, replayScrollDir = 1;
|
||||||
|
|
||||||
static void PrepReplayList(void)
|
static void PrepReplayList(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1227,7 +1227,7 @@ void V_DrawVhsEffect(boolean rewind)
|
||||||
UINT8 *tmapstart = ((UINT8 *)transtables + (6<<FF_TRANSSHIFT));
|
UINT8 *tmapstart = ((UINT8 *)transtables + (6<<FF_TRANSSHIFT));
|
||||||
#endif
|
#endif
|
||||||
UINT8 *thismapstart;
|
UINT8 *thismapstart;
|
||||||
INT8 offs;
|
SINT8 offs;
|
||||||
|
|
||||||
UINT8 barsize = vid.dupy<<5;
|
UINT8 barsize = vid.dupy<<5;
|
||||||
UINT8 updistort = vid.dupx<<(rewind ? 5 : 3);
|
UINT8 updistort = vid.dupx<<(rewind ? 5 : 3);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue