mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 05:02:55 +00:00
Merge r_draw.c
This commit is contained in:
parent
f1c37f350a
commit
d5397935cd
1 changed files with 0 additions and 4 deletions
|
|
@ -144,12 +144,8 @@ UINT32 nflatxshift, nflatyshift, nflatshiftup, nflatmask;
|
|||
#define DEFAULT_STARTTRANSCOLOR 96
|
||||
#define NUM_PALETTE_ENTRIES 256
|
||||
|
||||
<<<<<<< HEAD
|
||||
static UINT8** translationtablecache[TT_CACHE_SIZE] = {NULL};
|
||||
=======
|
||||
static UINT8** translationtablecache[MAXSKINS + 7] = {NULL};
|
||||
UINT8 skincolor_modified[MAXSKINCOLORS];
|
||||
>>>>>>> srb2/next
|
||||
|
||||
CV_PossibleValue_t Color_cons_t[MAXSKINCOLORS+1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue