mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
add source-sdk-2013
This commit is contained in:
@@ -126,7 +126,7 @@ int CDecalEmitterSystem::GetDecalIndexForName( char const *decalname )
|
||||
|
||||
for ( int i = 0; i < count; i++ )
|
||||
{
|
||||
idx = e->indices[ i ];
|
||||
int idx = e->indices[ i ];
|
||||
DecalListEntry *item = &m_AllDecals[ idx ];
|
||||
Assert( item );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user