Fixes after merge

This commit is contained in:
Sergeanur
2020-07-29 15:41:00 +03:00
parent 86cc86ac12
commit 9df1d08348
3 changed files with 0 additions and 43 deletions

View File

@ -88,16 +88,6 @@ IsShootThrough(uint8 surfType)
return false;
}
inline bool
IsSeeThrough(uint8 surfType)
{
switch(surfType)
case SURFACE_GLASS:
case SURFACE_TRANSPARENT_CLOTH:
return true;
return false;
}
class CSurfaceTable
{
static float ms_aAdhesiveLimitTable[NUMADHESIVEGROUPS][NUMADHESIVEGROUPS];