mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: common: reorder cmd_t fields to be compatible with GoldSrc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user