We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client's weapon prediction code does not reserve enough entvars for all 32 weapons and the local player: https://github.com/SamVanheer/halflife-updated/blob/824335aeefc2af156c2495b67584d35889c0037d/cl_dll/hl/hl_weapons.cpp#L36
Add one more for the local player.
The text was updated successfully, but these errors were encountered:
Use MAX_WEAPONS constant instead of magic numbers
e01645e
#97
Raise MAX_WEAPONS to 64 to match engine
b7b59d7
c7340ef
SamVanheer
No branches or pull requests
The client's weapon prediction code does not reserve enough entvars for all 32 weapons and the local player:
https://github.com/SamVanheer/halflife-updated/blob/824335aeefc2af156c2495b67584d35889c0037d/cl_dll/hl/hl_weapons.cpp#L36
Add one more for the local player.
The text was updated successfully, but these errors were encountered: