Merge pull request #100 from SanyaSho/ent-create-crash-fix

small fixes
This commit is contained in:
nillerusr
2022-08-04 19:10:52 +03:00
committed by GitHub
19 changed files with 142 additions and 61 deletions
+2
View File
@@ -5943,6 +5943,8 @@ const char *Studio_GetDefaultSurfaceProps( CStudioHdr *pstudiohdr )
float Studio_GetMass( CStudioHdr *pstudiohdr )
{
if( pstudiohdr == NULL ) return 0.f;
return pstudiohdr->mass();
}