racing:: history is saved in 3D

This commit is contained in:
? 2019-02-27 18:00:50 +01:00 committed by Zeno Rogue
parent ee87c94e05
commit c5e87f1d2d
1 changed files with 2 additions and 1 deletions

View File

@ -647,7 +647,6 @@ int current_player;
void set_view() {
if(race_start_tick == 0) race_start_tick = ticks + 5000;
if(DIM == 3) return;
if(subscreen_split(set_view)) return;
@ -666,6 +665,8 @@ void set_view() {
});
}
if(DIM == 3) return;
transmatrix at = ypush(-vid.yshift) * ggmatrix(who->base) * who->at;
if(racing::player_relative || quotient)