graph: do not spam about problem

nav: tweaked stuck values and timers
This commit is contained in:
jeefo 2025-01-31 19:58:28 +03:00
commit 9b80517eda
No known key found for this signature in database
GPG key ID: D696786B81B667C8
5 changed files with 17 additions and 4 deletions

View file

@ -439,7 +439,7 @@ constexpr auto kSprayDistanceX2 = kSprayDistance * 2;
constexpr auto kMaxChatterRepeatInterval = 99.0f;
constexpr auto kViewFrameUpdate = 1.0f / 25.0f;
constexpr auto kGrenadeDamageRadius = 385.0f;
constexpr auto kMinMovedDistance = 3.0f;
constexpr auto kMinMovedDistance = 2.0f;
constexpr auto kInfiniteDistanceLong = static_cast <int> (kInfiniteDistance);
constexpr auto kMaxWeapons = 32;

View file

@ -274,6 +274,9 @@ public:
// mark breakable entity as invalid
void markBreakableAsInvalid (edict_t *ent);
// is developer mode ?
bool isDeveloperMode () const;
// public inlines
public:
// get the current time on server