diff options
Diffstat (limited to 'src/engine/e_if_msg.h')
| -rw-r--r-- | src/engine/e_if_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/e_if_msg.h b/src/engine/e_if_msg.h index 7355f8ce..11360b43 100644 --- a/src/engine/e_if_msg.h +++ b/src/engine/e_if_msg.h @@ -89,7 +89,7 @@ typedef struct const MSG_INFO *msg_get_info(); /* message unpacking */ -int msg_unpack_start(const void *data, int data_size, int *system); +int msg_unpack_start(const void *data, int data_size, int *is_system); /* Function: msg_unpack_int |