1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update convar.h (#110)

* Update convar.h

* Replace with CVValue_t
This commit is contained in:
Juice 2022-10-24 00:22:28 +03:00 committed by GitHub
parent 69290867d5
commit d8ff047ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
//===== Copyright <EFBFBD> 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose:
//
@ -457,6 +457,8 @@ protected:
const char *m_pszDefaultValue;
CVValue_t m_Value;
CVValue_t m_ValueUnknown;
// Min/Max values
bool m_bHasMin;