Browse Source

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

pull/2/head
Alibek Omarov 2 years ago
parent
commit
691a305f8e
  1. 2
      engine/common/cmd.c

2
engine/common/cmd.c

@ -510,8 +510,8 @@ typedef struct cmd_s @@ -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…
Cancel
Save