Fix some more stuff

This commit is contained in:
Miloslav Ciz 2024-09-11 02:12:04 +02:00
parent ffbe827f22
commit 4b9b6ad8ae
3 changed files with 33 additions and 66 deletions

View file

@ -102,7 +102,7 @@
#ifndef LCR_SETTING_CAMERA_HEIGHT
/** Base height of the car follow camera, in 4ths of map block height. */
#define LCR_SETTING_CAMERA_HEIGHT 5
#define LCR_SETTING_CAMERA_HEIGHT 4
#endif
#ifndef LCR_SETTING_CAMERA_HEIGHT_BAND
@ -113,12 +113,12 @@
#ifndef LCR_SETTING_CAMERA_DISTANCE
/** Base horizontal distance of the car follow camera, in 4ths of map block
width. */
#define LCR_SETTING_CAMERA_DISTANCE 4
#define LCR_SETTING_CAMERA_DISTANCE 3
#endif
#ifndef LCR_SETTING_CAMERA_DISTANCE_BAND
/** Band for distance of the car follow camera, in same units as base dist. */
#define LCR_SETTING_CAMERA_DISTANCE_BAND 3
#define LCR_SETTING_CAMERA_DISTANCE_BAND 2
#endif
#ifndef LCR_SETTING_GHOST_COLOR