mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
SDK sync.
This commit is contained in:
@ -169,7 +169,7 @@ bool Flashlight_UseLegacyVersion( void )
|
||||
|
||||
g_bUseLegacyFlashlight = ( !Q_strcmp( modDir, "hl2" ) ||
|
||||
!Q_strcmp( modDir, "episodic" ) ||
|
||||
!Q_strcmp( modDir, "lostcoast" ));
|
||||
!Q_strcmp( modDir, "lostcoast" ) || !Q_strcmp( modDir, "hl1" ));
|
||||
|
||||
g_bCacheLegacyFlashlightStatus = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user