From cd11592e507ea4681405b6f55fbd01ac13a8235b Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 9 Dec 2018 14:51:51 +0100 Subject: [PATCH] Fix multiplayer crashing Fixes #487 --- structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structs.h b/structs.h index 5bec0414e..755ef056f 100644 --- a/structs.h +++ b/structs.h @@ -901,8 +901,8 @@ typedef struct DMonsterStr { BYTE _mx; BYTE _my; BYTE _mdir; - BYTE _menemy; - BYTE _mactive; + char _menemy; + char _mactive; int _mhitpoints; } DMonsterStr;