Add cupheaders to g_game.c

Whoops
This commit is contained in:
Sally Coolatta 2020-05-09 18:42:00 -04:00
parent cbac15f380
commit 06002beb65

View file

@ -166,6 +166,10 @@ struct quake quake;
// Map Header Information
mapheader_t* mapheaderinfo[NUMMAPS] = {NULL};
// Kart cup definitions
cupheader_t *kartcupheaders = NULL;
UINT16 numkartcupheaders = 0;
static boolean exitgame = false;
static boolean retrying = false;