mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 06:54:08 +00:00
Stats page
This commit is contained in:
parent
774aa1570f
commit
8b47774aee
3 changed files with 545 additions and 142 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue