mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 09:40:44 +00:00
fixed shoot through collision
This commit is contained in:
@ -81,6 +81,7 @@ inline bool
|
||||
IsShootThrough(uint8 surfType)
|
||||
{
|
||||
switch(surfType)
|
||||
case SURFACE_TRANSPARENT_CLOTH:
|
||||
case SURFACE_METAL_CHAIN_FENCE:
|
||||
case SURFACE_TRANSPARENT_STONE:
|
||||
case SURFACE_SCAFFOLD_POLE:
|
||||
|
Reference in New Issue
Block a user