1
0
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:
Nicholas Hastings
2017-04-28 07:16:29 -04:00
parent fd71bdcb17
commit 4ed8d23c39
2 changed files with 9 additions and 9 deletions

View File

@ -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 )
{