Add missing extern to colortranslations

This commit is contained in:
James R 2020-05-15 10:00:05 -07:00
parent 697c7f859e
commit 6bd6b3f38e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define KART_FULLTURN 800
UINT8 colortranslations[MAXTRANSLATIONS][16];
extern UINT8 colortranslations[MAXTRANSLATIONS][16];
extern const char *KartColor_Names[MAXSKINCOLORS];
extern const UINT8 KartColor_Opposite[MAXSKINCOLORS*2];
void K_RainbowColormap(UINT8 *dest_colormap, UINT8 skincolor);