mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Turn the INT8's into SINT8's
This commit is contained in:
parent
fe3cd967d1
commit
d579ee36bf
2 changed files with 2 additions and 2 deletions
|
@ -5126,7 +5126,7 @@ menudemo_t *demolist;
|
|||
|
||||
#define DF_ENCORE 0x40
|
||||
static INT16 replayScrollTitle = 0;
|
||||
static INT8 replayScrollDelay = TICRATE, replayScrollDir = 1;
|
||||
static SINT8 replayScrollDelay = TICRATE, replayScrollDir = 1;
|
||||
|
||||
static void PrepReplayList(void)
|
||||
{
|
||||
|
|
|
@ -1227,7 +1227,7 @@ void V_DrawVhsEffect(boolean rewind)
|
|||
UINT8 *tmapstart = ((UINT8 *)transtables + (6<<FF_TRANSSHIFT));
|
||||
#endif
|
||||
UINT8 *thismapstart;
|
||||
INT8 offs;
|
||||
SINT8 offs;
|
||||
|
||||
UINT8 barsize = vid.dupy<<5;
|
||||
UINT8 updistort = vid.dupx<<(rewind ? 5 : 3);
|
||||
|
|
Loading…
Reference in a new issue