1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-10 07:09:43 +00:00

options -W3 and -top

This commit is contained in:
Zeno Rogue
2018-03-30 00:20:33 +02:00
parent 21a7c8fca9
commit eafd5a1eab
5 changed files with 26 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ bool timerstopped;
int savecount;
bool showoff = false, doCross = false;
eLand top_land;
bool verless(string v, string cmp) {
if(isdigit(v[0]) && isdigit(v[1]))
v = "A" + v;
@@ -176,7 +178,7 @@ void initgame() {
if(tactic::trailer && cwt.c->land != laClearing) safety = trailer_safety;
setdist(cwt.c, i, NULL);
if(tactic::trailer) safety = false;
currentmap->verify();
}