- 510
- Posts
- 12
- Years
- Seen May 9, 2025
Does anyone know what do I need to do to have the game in metric units? I've noticed that there's this in include/config.h:
But if I switch one for the other it does nothing.
Thanks in advance.
Code:
#ifdef ENGLISH
#define UNITS_IMPERIAL
#else
#define UNITS_METRIC
#endif
But if I switch one for the other it does nothing.
Thanks in advance.