engine: common: reorder cmd_t fields to be compatible with GoldSrc

This commit is contained in:
Alibek Omarov 2022-04-09 19:37:56 +03:00
parent 66dc20dc2d
commit 691a305f8e

View File

@ -510,8 +510,8 @@ typedef struct cmd_s
struct cmd_s *next;
char *name;
xcommand_t function;
char *desc;
int flags;
char *desc;
} cmd_t;
static int cmd_argc;