Stats page

This commit is contained in:
erorcun 2020-12-02 14:39:01 +03:00
parent 774aa1570f
commit 8b47774aee
3 changed files with 545 additions and 142 deletions

View file

@ -60,14 +60,6 @@ CRGBA INACTIVE_RADIO_COLOR(100, 100, 255, 100);
#define MAX_VISIBLE_LIST_ROW 30
#define SCROLLBAR_MAX_HEIGHT 263.0f // not in end result
#ifdef USE_PRECISE_MEASUREMENT_CONVERTION
#define MILES_IN_METER 0.000621371192f
#define FEET_IN_METER 3.28084f
#else
#define MILES_IN_METER 0.00059880241f
#define FEET_IN_METER 3.33f
#endif
#ifdef MAP_ENHANCEMENTS
CVector2D mapCrosshair;
#endif