mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-23 21:34:15 +00:00
engine: host: force ENGINE_STEP_POSHISTORY_LERP for Counter-Strike and Condition Zero
This commit is contained in:
parent
99e8f7b486
commit
6605d0456c
@ -237,6 +237,10 @@ void Host_ValidateEngineFeatures( uint32_t features )
|
||||
// don't allow unsupported bits
|
||||
features &= mask;
|
||||
|
||||
// force bits for some games
|
||||
if( !Q_stricmp( GI->gamefolder, "cstrike" ) || !Q_stricmp( GI->gamefolder, "czero" ))
|
||||
SetBits( features, ENGINE_STEP_POSHISTORY_LERP );
|
||||
|
||||
// print requested first
|
||||
Host_PrintEngineFeatures( features );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user