mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
hyperweb: pathdist, cpdist, mpdist should be signed (unsigned frozen some geometries)
This commit is contained in:
parent
a4cf130b78
commit
b72259cc8e
2
hyper.h
2
hyper.h
@ -282,7 +282,7 @@ struct gcell {
|
|||||||
eItem item;
|
eItem item;
|
||||||
eLand barleft, barright;
|
eLand barleft, barright;
|
||||||
bool ligon;
|
bool ligon;
|
||||||
unsigned char pathdist, cpdist, mpdist;
|
signed char pathdist, cpdist, mpdist;
|
||||||
|
|
||||||
unsigned char mondir, bardir, stuntime, hitpoints;
|
unsigned char mondir, bardir, stuntime, hitpoints;
|
||||||
unsigned char landflags;
|
unsigned char landflags;
|
||||||
|
Loading…
Reference in New Issue
Block a user