mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Accept redundant volume and pitch StopSound arguments
Exploited in Arktwend.
This commit is contained in:
parent
7488f402d5
commit
dc8e5f1d12
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ namespace Compiler
|
|||
opcodePlayLoopSound3DExplicit);
|
||||
extensions.registerInstruction ("playloopsound3dvp", "cff", opcodePlayLoopSound3DVP,
|
||||
opcodePlayLoopSound3DVPExplicit);
|
||||
extensions.registerInstruction ("stopsound", "c", opcodeStopSound,
|
||||
extensions.registerInstruction ("stopsound", "cXX", opcodeStopSound,
|
||||
opcodeStopSoundExplicit);
|
||||
extensions.registerFunction ("getsoundplaying", 'l', "c", opcodeGetSoundPlaying,
|
||||
opcodeGetSoundPlayingExplicit);
|
||||
|
|
Loading…
Reference in a new issue