Skip to content
New issue

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

Fixed grenades disappearing when speed exceeds 2000 fixed units ignoring sv_maxvelocity #888

Merged
merged 5 commits into from Nov 26, 2023

Conversation

dystopm
Copy link
Contributor

@dystopm dystopm commented Oct 29, 2023

Issue #887

Added cvar pointer caching of sv_maxvelocity. Did a little research on engine and haven't found more hardcoded usages of 2000 units.

@justgo97
Copy link
Contributor

justgo97 commented Oct 29, 2023

You probably can use the cvar pointer here too:
line

@dystopm
Copy link
Contributor Author

dystopm commented Oct 29, 2023

You probably can use the cvar pointer here too: line

Check Files changed, done in first place

@justgo97
Copy link
Contributor

You probably can use the cvar pointer here too: line

Check Files changed, done in first place

oh Yeah didn't see it, well done

use float type
@s1lentq s1lentq merged commit 193c1ed into s1lentq:master Nov 26, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants