mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
screenpeek for EVENT_RECOGSOUND
git-svn-id: https://svn.eduke32.com/eduke32@6550 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b65458ebfe
commit
415c5e219e
1 changed files with 1 additions and 1 deletions
|
@ -8123,7 +8123,7 @@ void A_PlayAlertSound(int spriteNum)
|
|||
{
|
||||
if (sprite[spriteNum].extra > 0)
|
||||
{
|
||||
if ((VM_OnEventWithReturn(EVENT_RECOGSOUND, spriteNum, myconnectindex, 0)) != 0)
|
||||
if ((VM_OnEventWithReturn(EVENT_RECOGSOUND, spriteNum, screenpeek, 0)) != 0)
|
||||
return;
|
||||
|
||||
switch (DYNAMICTILEMAP(PN(spriteNum)))
|
||||
|
|
Loading…
Reference in a new issue