Accept redundant volume and pitch StopSound arguments

Exploited in Arktwend.
pull/2575/head
Alexei Dobrohotov 5 years ago committed by GitHub
parent 7488f402d5
commit dc8e5f1d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save