mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
Fix stupid bug in inactive code within the previous commit.
This commit is contained in:
parent
e9822ae936
commit
b947fab72e
1 changed files with 1 additions and 1 deletions
|
@ -3424,7 +3424,7 @@ void SV_CreateBaseline (void)
|
|||
#ifndef ENTSCALE_QS_IS_BROKEN //Older versions of QS do NOT support B_SCALE. If we use default baseline values here then we will simply fall back to spamming U_SCALE every time instead.
|
||||
val = GetEdictFieldValue(svent, qcvm->extfields.scale);
|
||||
if (val)
|
||||
svent->baseline.scale = ENTALPHA_ENCODE(val->_float);
|
||||
svent->baseline.scale = ENTSCALE_ENCODE(val->_float);
|
||||
#endif
|
||||
|
||||
//Spike -- baselines are now transmitted on a per-client basis.
|
||||
|
|
Loading…
Reference in a new issue