Fix a dumb mistake

This commit is contained in:
wolfy852 2018-12-02 08:57:35 -06:00
parent c517862f7e
commit 2af04203ea

View file

@ -321,7 +321,7 @@ typedef struct
UINT8 cheatsenabled;
UINT8 isdedicated;
UINT8 fileneedednum;
SINT8 adminplayers[MAXPLAYERS];
SINT8 adminplayers;
tic_t time;
tic_t leveltime;
char servername[MAXSERVERNAME];