fix: weapon firing with pistols after last commit

This commit is contained in:
jeefo 2025-08-23 16:50:32 +03:00
commit 8770569e1f
No known key found for this signature in database
GPG key ID: D696786B81B667C8
2 changed files with 11 additions and 9 deletions

View file

@ -737,6 +737,7 @@ public:
public:
void logic (); /// the things that can be executed while skipping frames
void upkeep ();
void spawned ();
void takeBlind (int alpha);
void takeDamage (edict_t *inflictor, int damage, int armor, int bits);