nav: fixed lift usage as much as possible without full rewrite

mgr: end round with ``endround`` regamedll command if available (menus only)
aim: prevent look angles overflows in some situations
This commit is contained in:
jeefo 2024-04-14 17:13:22 +03:00
commit 0de53173f0
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
5 changed files with 67 additions and 45 deletions

View file

@ -519,7 +519,7 @@ private:
void pickupItem_ ();
void shootBreakable_ ();
edict_t *lookupButton (StringRef target);
edict_t *lookupButton (StringRef target, bool blindTest = false);
edict_t *lookupBreakable ();
edict_t *setCorrectGrenadeVelocity (StringRef model);