engine: common: reorder cmd_t fields to be compatible with GoldSrc
This commit is contained in:
parent
66dc20dc2d
commit
691a305f8e
1 changed files with 1 additions and 1 deletions
|
@ -510,8 +510,8 @@ typedef struct cmd_s
|
||||||
struct cmd_s *next;
|
struct cmd_s *next;
|
||||||
char *name;
|
char *name;
|
||||||
xcommand_t function;
|
xcommand_t function;
|
||||||
char *desc;
|
|
||||||
int flags;
|
int flags;
|
||||||
|
char *desc;
|
||||||
} cmd_t;
|
} cmd_t;
|
||||||
|
|
||||||
static int cmd_argc;
|
static int cmd_argc;
|
||||||
|
|
Loading…
Add table
Reference in a new issue