From 9e70ced6b48d627f236af8ea8366c6ed73748ab1 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 30 Apr 2023 14:06:36 +0200 Subject: fix zombie pathfinding bug --- include/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/protocol.h') 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" -- cgit v1.2.3-70-g09d2