mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
add source-sdk-2013
This commit is contained in:
@@ -467,7 +467,7 @@ void CBaseEntityOutput::DeleteAllElements( void )
|
||||
m_ActionList = NULL;
|
||||
while (pNext)
|
||||
{
|
||||
CEventAction *strikeThis = pNext;
|
||||
register CEventAction *strikeThis = pNext;
|
||||
pNext = pNext->m_pNext;
|
||||
delete strikeThis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user