1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 22:25:12 +00:00

racing::standard_centering auto-disabled in Solv

This commit is contained in:
Zeno Rogue
2019-08-03 11:38:38 +02:00
parent b97326cfa8
commit b6c2457a13
2 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ bool in_perspective() {
bool hide_player() {
return DIM == 3 && playermoved && vid.yshift == 0 && vid.sspeed > -5 && in_perspective() && (first_cell_to_draw || elliptic) && (WDIM == 3 || vid.camera == 0) && !inmirrorcount
#if CAP_RACING
&& !(racing::on && !racing::standard_centering && !racing::player_relative)
&& !(racing::on && !racing::standard_centering && !racing::player_relative && !sol)
#endif
;
}