YaLTeR / OpenAG

An open-source reimplementation of Adrenaline Gamer's client library.
https://j.mp/OpenAG
Other
131 stars 42 forks source link

Move the jumpspeed down speedometer with below_cross 0 #144

Closed SmileyAG closed 3 years ago

tmp64 commented 3 years ago

Each CVAR_GET_FLOAT call needs to go over all cvars and strcmp with each of them to find the value. It's probably fine and I'm probably just overoptimizing, but I think it's better to read the value from cvar_t * in CHudSpeedometer and CHudJumpspeed.

YaLTeR commented 3 years ago

image

Why not just leave it constantly like this?

YaLTeR commented 3 years ago

Thanks