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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user