Skip to content

Commit

Permalink
Make escape clock sounds more clear on multitouch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Oct 4, 2024
1 parent f444f3f commit b19a51f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Lua/Gimmicks/escapeclock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ states[S_PTSR_ESCAPECLOCK] = {
var2 = 2,
}

sfxinfo[sfx_escl01].flags = SF_TOTALLYSINGLE
sfxinfo[sfx_escl02].flags = SF_TOTALLYSINGLE
sfxinfo[sfx_escl03].flags = SF_TOTALLYSINGLE
sfxinfo[sfx_escl04].flags = SF_TOTALLYSINGLE
sfxinfo[sfx_escl05].flags = SF_TOTALLYSINGLE

addHook("TouchSpecial", function(special, toucher)
local player = toucher.player

Expand Down

0 comments on commit b19a51f

Please sign in to comment.