Increased horse rotation speed

This commit is contained in:
Ricardo Domingues
2025-12-30 17:37:42 +00:00
parent 18073e7193
commit 96876420d1

View File

@@ -15,7 +15,7 @@ BOOL HAIR_COLOR_ENABLE=FALSE;
BOOL USE_ARMOR_SPECULAR=FALSE;
BOOL RIDE_HORSE_ENABLE=TRUE;
const float c_fDefaultRotationSpeed = 1200.0f;
const float c_fDefaultHorseRotationSpeed = 300.0f;
const float c_fDefaultHorseRotationSpeed = 1800.0f;
bool IsWall(unsigned race)