Is there any reson why its #define and not just const ? I also see that its MANDATORY_TO_USE_CAPS when defining constants
tried to acquire walk speed and runspeed to keep them as constant, got weird result, so the only way is to keep variable if i want to get default speeds of entities to compare with other values later? I thought constant would do that for me as well