1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-10 05:19:04 +00:00

use checktide always when sightrange>7

This commit is contained in:
Zeno Rogue
2018-01-29 16:28:06 +01:00
parent 485a77a5f6
commit 1d5259c074
3 changed files with 4 additions and 1 deletions

View File

@@ -94,6 +94,8 @@ struct rugpoint {
}
};
rugpoint *chosen;
struct triangle {
rugpoint *m[3];
triangle(rugpoint *m1, rugpoint *m2, rugpoint *m3) {