diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-04-30 14:06:36 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-04-30 14:06:36 +0200 |
| commit | 9e70ced6b48d627f236af8ea8366c6ed73748ab1 (patch) | |
| tree | 0c8306a6744923364e7b4c17f9b334ff2529e700 /include/protocol.h | |
| parent | d402270d68d7d4a1c887b34cd93e5f11aa61b638 (diff) | |
fix zombie pathfinding bug
Diffstat (limited to 'include/protocol.h')
| -rw-r--r-- | include/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h index 8fd33b9..9750d62 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -53,7 +53,7 @@ typedef struct t_protocol_user_list typedef struct t_protocol_zombie_list { network_message_type type; - zombie zombies[MAX_ZOMBIES]; + zombie zombies[SERVER_MAX_ZOMBIES]; } protocol_zombie_list; #include "drops.h" |
