1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

hyperweb: pathdist, cpdist, mpdist should be signed (unsigned frozen some geometries)

This commit is contained in:
Zeno Rogue 2018-09-02 15:08:51 +02:00
parent a4cf130b78
commit b72259cc8e

View File

@ -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;