mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 02:39:35 +00:00
add source-sdk-2013
This commit is contained in:
@@ -113,18 +113,6 @@ RecvProp RecvPropBool(
|
||||
return RecvPropInt( pVarName, offset, sizeofVar );
|
||||
}
|
||||
|
||||
RecvProp RecvPropBool(
|
||||
const char *pVarName,
|
||||
int offset,
|
||||
int sizeofVar,
|
||||
int flags,
|
||||
RecvVarProxyFn varProxy
|
||||
)
|
||||
{
|
||||
Assert( sizeofVar == sizeof( bool ) );
|
||||
return RecvPropInt( pVarName, offset, sizeofVar, flags, varProxy );
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Moveparent receive proxies
|
||||
|
||||
Reference in New Issue
Block a user