mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Add back some fixes that got clobbered in sync again.
This commit is contained in:
@ -849,7 +849,7 @@ void bf_read::SetDebugName( const char *pName )
|
||||
m_pDebugName = pName;
|
||||
}
|
||||
|
||||
void bf_read::SetOverflowFlag()
|
||||
void bf_read::SetOverflowFlag() RESTRICT
|
||||
{
|
||||
if ( m_bAssertOnOverflow )
|
||||
{
|
||||
|
Reference in New Issue
Block a user