mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
fixed celldistance parameter order (to a more popular c1) in two instances
This commit is contained in:
@@ -1302,7 +1302,7 @@ void markers() {
|
||||
#if CAP_CRYSTAL
|
||||
(geometry == gCrystal && !crystal::pure()) ? fts(crystal::space_distance(cwt.at, track.back())) :
|
||||
#endif
|
||||
its(celldistance(cwt.at, track.back())), 0x10101 * int(128 - 100 * sintick(150)));
|
||||
its(celldistance(track.back(), cwt.at)), 0x10101 * int(128 - 100 * sintick(150)));
|
||||
addauraspecial(H, 0xFFD500, 0);
|
||||
}
|
||||
int ghosts_left = ghosts_to_show;
|
||||
|
Reference in New Issue
Block a user