mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 18:50:47 +00:00
Fix push sector sound
This commit is contained in:
parent
f7fbcd09b4
commit
cd6bbd96a7
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ void FuncPlayer(int pA, int nDamage, int nRun)
|
||||||
short nBlock = sector[nPlayerPushSect[nPlayer]].extra;
|
short nBlock = sector[nPlayerPushSect[nPlayer]].extra;
|
||||||
int nBlockSprite = sBlockInfo[nBlock].nSprite;
|
int nBlockSprite = sBlockInfo[nBlock].nSprite;
|
||||||
|
|
||||||
D3PlayFX(StaticSound[kSound23], nBlockSprite |= 0x40u);
|
D3PlayFX(StaticSound[kSound23], nBlockSprite | 0x4000);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue