mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: common: reorder cmd_t fields to be compatible with GoldSrc
This commit is contained in:
parent
66dc20dc2d
commit
691a305f8e
@ -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…
x
Reference in New Issue
Block a user