Skip to content

Commit

Permalink
Fix infodecal not reporting keyvalue texture as handled
Browse files Browse the repository at this point in the history
Resolves #73
  • Loading branch information
SamVanheer committed Nov 20, 2021
1 parent c3e05db commit 8567d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ void CDecal :: KeyValue( KeyValueData *pkvd )
if ( pev->skin >= 0 )
return;
ALERT( at_console, "Can't find decal %s\n", pkvd->szValue );
pkvd->fHandled = true;
}
else
CBaseEntity::KeyValue( pkvd );
Expand Down

0 comments on commit 8567d92

Please sign in to comment.