1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

marked land quality in gp, fixed some bugs

This commit is contained in:
Zeno Rogue
2018-04-10 08:05:35 +02:00
parent 986e66ee4b
commit 90ff8c49dc
8 changed files with 132 additions and 26 deletions

View File

@@ -3006,6 +3006,8 @@ namespace gp {
local_info get_local_info(cell *c);
const char *disp(loc at);
void be_in_triangle2(local_info& li);
int compute_dist(cell *c, int master_function(cell*));
}
@@ -3230,3 +3232,4 @@ int geosupport_graveyard();
bool ishex1(cell *c);
namespace fieldpattern { int fieldval_uniq(cell *c); int fieldval_uniq_rand(cell *c, int d); }
bool warptype(cell *c);
bool horo_ok();