racing:: race TPP now adjusts better to the screen aspect ratio

This commit is contained in:
Zeno Rogue 2019-01-17 01:02:46 +01:00
parent 2cb19e153d
commit 4c19618cbb
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ void race_projection() {
race_advance = 0;
vid.yshift = -0.3;
vid.camera_angle = -45;
vid.scale = 2;
vid.scale = 18/16. * vid.xres / vid.yres / multi::players;
vid.xposition = 0;
vid.yposition = -0.9;
vid.use_smart_range = 1;