From 9f3eaf7011f52da9f551c731fb52de1e107ee099 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 4 Dec 2018 22:54:52 +0100 Subject: [PATCH] racing:: player_relative enforced in quotient geometries --- racing.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/racing.cpp b/racing.cpp index 6880a1e1..eb1c7aa2 100644 --- a/racing.cpp +++ b/racing.cpp @@ -479,7 +479,7 @@ void set_view() { transmatrix at = ggmatrix(who->base) * who->at; - if(racing::player_relative) + if(racing::player_relative || quotient) View = spin(race_angle * degree) * inverse(at) * View; else { int z = get_info(who->base).completion; @@ -711,6 +711,8 @@ struct race_configurer { if(pmodel == mdBand || pmodel == mdHalfplane) pmodel = mdDisk; }); + if(quotient) + dialog::lastItem().value = XLAT("N/A"); dialog::addSelItem(XLAT("projection"), conformal::get_model_name(pmodel), 'm'); dialog::add_action([] () {