mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-07 22:50:10 +00:00
fixed a crash in the Ivory Tower
This commit is contained in:
parent
144d5335a6
commit
40aea82374
@ -182,8 +182,7 @@ namespace yendor {
|
|||||||
|
|
||||||
if(i > BARLEV-6) {
|
if(i > BARLEV-6) {
|
||||||
setdist(nyi.path[i+7-BARLEV], 7, nyi.path[i+6-BARLEV]);
|
setdist(nyi.path[i+7-BARLEV], 7, nyi.path[i+6-BARLEV]);
|
||||||
if(challenge && !euclid) {
|
if(challenge && !euclid && ycw.at->land != laIvoryTower) {
|
||||||
if(ycw.at->land == laIvoryTower) continue;
|
|
||||||
eLand ycl = changeland(i, ycw.at->land);
|
eLand ycl = changeland(i, ycw.at->land);
|
||||||
if(ycl) {
|
if(ycl) {
|
||||||
if(weirdhyperbolic) {
|
if(weirdhyperbolic) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user