1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-04 00:40:16 +00:00

westwall:: Yendor Quest in the West Wall

This commit is contained in:
Zeno Rogue
2018-12-22 22:39:16 +01:00
parent 6d392ce07e
commit 9d82cea995
4 changed files with 105 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ namespace whirlwind {
using namespace yendor;
for(int i=0; i<isize(yi); i++) {
moveAt(yi[i].path[0], cl);
moveAt(yi[i].path[YDIST-1], cl);
moveAt(yi[i].key(), cl);
}
}