1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-21 08:04:48 +00:00

downseek works in Euclidean now

This commit is contained in:
Zeno Rogue
2019-12-27 11:14:25 +01:00
parent d8cf05bdb8
commit aeac634abd
3 changed files with 58 additions and 41 deletions

View File

@@ -2756,10 +2756,6 @@ EX bool drawMonster(const transmatrix& Vparam, int ct, cell *c, color_t col, col
return false;
}
EX cell *straightDownSeek;
EX hyperpoint straightDownPoint;
EX ld straightDownSpeed;
#define AURA 180
array<array<int,4>,AURA+1> aurac;
@@ -4441,7 +4437,7 @@ EX void drawthemap() {
multi::ccdist[i] = 1e20; multi::ccat[i] = NULL;
}
straightDownSeek = NULL;
downseek.reset();
#if ISMOBILE
mouseovers = XLAT("No info about this...");