Build Fix.

This commit is contained in:
Kyle Sanderson 2014-05-06 18:48:53 -07:00
parent b1901da79f
commit b5decd8a50

View File

@ -41,7 +41,7 @@ typedef struct condflags_s {
} condflags_t; } condflags_t;
condflags_t condflags_empty = { 0, 0 }; condflags_t condflags_empty = { 0, 0 };
condflags_t g_PlayerConds[MAXPLAYERS+1]; condflags_t g_PlayerConds[SM_MAXPLAYERS+1];
IForward *g_addCondForward = NULL; IForward *g_addCondForward = NULL;
IForward *g_removeCondForward = NULL; IForward *g_removeCondForward = NULL;