From b72259cc8ea1844ddf99db6ce9366f6f71a5e954 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 2 Sep 2018 15:08:51 +0200 Subject: [PATCH] hyperweb: pathdist, cpdist, mpdist should be signed (unsigned frozen some geometries) --- hyper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index c7342eb2..1771f05e 100644 --- a/hyper.h +++ b/hyper.h @@ -282,7 +282,7 @@ struct gcell { eItem item; eLand barleft, barright; bool ligon; - unsigned char pathdist, cpdist, mpdist; + signed char pathdist, cpdist, mpdist; unsigned char mondir, bardir, stuntime, hitpoints; unsigned char landflags;