Stats page
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user