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

racing::standard_centering

This commit is contained in:
Zeno Rogue
2019-01-17 01:15:28 +01:00
parent 294d287518
commit 8756b8e27a
4 changed files with 12 additions and 5 deletions

View File

@@ -1004,7 +1004,7 @@ void centerpc(ld aspd) {
crystal::centerrug(aspd);
#if CAP_RACING
if(racing::on) {
if(racing::on && !racing::standard_centering) {
racing::set_view();
return;
}