mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- blood: SetupGibWallState fix
copied from NBlood f53f40ee79750aaadf1eeb4adc72a2cca034d8a2
This commit is contained in:
parent
4c139a2609
commit
219970f626
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ void SetupGibWallState(walltype* pWall, XWALL* pXWall)
|
|||
pWall->cstat |= CSTAT_WALL_BLOCK_HITSCAN;
|
||||
if (pWall2)
|
||||
{
|
||||
pWall2->cstat |= CSTAT_WALL_BLOCK;
|
||||
pWall2->cstat &= ~CSTAT_WALL_BLOCK;
|
||||
if (bVector)
|
||||
pWall2->cstat |= CSTAT_WALL_BLOCK_HITSCAN;
|
||||
pWall->cstat |= CSTAT_WALL_MASKED;
|
||||
|
|
Loading…
Reference in a new issue