mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +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;
|
||||
char *name;
|
||||
xcommand_t function;
|
||||
char *desc;
|
||||
int flags;
|
||||
char *desc;
|
||||
} cmd_t;
|
||||
|
||||
static int cmd_argc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user