mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Accept redundant volume and pitch StopSound arguments
Exploited in Arktwend.
This commit is contained in:
parent
7488f402d5
commit
dc8e5f1d12
@ -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…
x
Reference in New Issue
Block a user