This commit is contained in:
James R 2020-03-22 14:39:16 -07:00
parent cbd4693de7
commit 2491efed20

View file

@ -610,7 +610,7 @@ SINT8 nametonum(const char *name);
extern char motd[254], server_context[8];
extern UINT8 playernode[MAXPLAYERS];
/* consoleplayer of this player (splitscreen) */
extern int playerconsole[MAXPLAYERS];
extern UINT8 playerconsole[MAXPLAYERS];
INT32 D_NumPlayers(void);
void D_ResetTiccmds(void);