diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-10-13 02:05:03 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-10-13 02:05:03 +0200 |
commit | 8c6c68e92d6b4c8aa5e2fcc784ed52da40845acc (patch) | |
tree | 0251bea9be01701c488f9d8719b52eeb2a64855d /code/fe310/eos/msgq_def.h | |
parent | 2a39fdf6d943f5738ba174368053a86304b0d8fa (diff) |
net refactor; rename cmd -> type
Diffstat (limited to 'code/fe310/eos/msgq_def.h')
-rw-r--r-- | code/fe310/eos/msgq_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/msgq_def.h b/code/fe310/eos/msgq_def.h index 733fc39..53d71f2 100644 --- a/code/fe310/eos/msgq_def.h +++ b/code/fe310/eos/msgq_def.h @@ -5,6 +5,6 @@ #define MSGQ_OFF_ARRAY 4 #define MSGQ_ITEM_SIZE 12 -#define MSGQ_ITEM_OFF_CMD 0 +#define MSGQ_ITEM_OFF_TYPE 0 #define MSGQ_ITEM_OFF_BUF 4 #define MSGQ_ITEM_OFF_SIZE 8 |