racing:: golden auraspecial

This commit is contained in:
Zeno Rogue 2018-12-23 14:30:18 +01:00
parent 8635c49a5e
commit 6ec03a5217
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ void markers() {
queuestr(H, vid.fsize, queuestr(H, vid.fsize,
(geometry == gCrystal && !crystal::pure()) ? fts(crystal::space_distance(cwt.at, track.back())) : (geometry == gCrystal && !crystal::pure()) ? fts(crystal::space_distance(cwt.at, track.back())) :
its(celldistance(cwt.at, track.back())), 0x10101 * int(128 - 100 * sintick(150))); its(celldistance(cwt.at, track.back())), 0x10101 * int(128 - 100 * sintick(150)));
addauraspecial(H, 0x10100, 0); addauraspecial(H, 0xFFD500, 0);
} }
int ghosts_left = ghosts_to_show; int ghosts_left = ghosts_to_show;
for(auto& ghost: race_ghosts[{track_code, modecode()}][specialland]) { for(auto& ghost: race_ghosts[{track_code, modecode()}][specialland]) {