tmp64 / BugfixedHL-Rebased

Bugfixed and improved Half-Life
GNU General Public License v3.0
108 stars 22 forks source link

Updated to include hud_fastswitch 2 #161

Closed wddyy closed 1 year ago

wddyy commented 1 year ago

may or may not have completely stolen this from @jovanlanik

tmp64 commented 1 year ago

I replaced CVAR_GET_FLOAT with direct cvar read. This func loops over all cvars so calling it every frame that the weapon selection UI is visible is inefficient

tmp64 commented 1 year ago

Thanks!