mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 04:40:34 +00:00
Fixes after merge
This commit is contained in:
parent
86cc86ac12
commit
9df1d08348
3 changed files with 0 additions and 43 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue