Movements/Pets: Fix the follow angle

This commit is contained in:
Killyana
2019-11-17 16:20:06 +01:00
parent 92b25070b9
commit 754e207777

View File

@@ -75,6 +75,6 @@ enum PetTalk
};
#define PET_FOLLOW_DIST 1.0f
#define PET_FOLLOW_ANGLE float(M_PI)
#define PET_FOLLOW_ANGLE float(M_PI/2)
#endif