1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 22:10:11 +00:00

Merge pull request from Capostrophic/arguments

Ignore extra arguments to PlayLoopSound3D too
This commit is contained in:
Andrei Kortunov 2019-03-30 08:18:39 +04:00 committed by GitHub
commit cae456a4aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ namespace Compiler
opcodePlaySound3DExplicit);
extensions.registerInstruction ("playsound3dvp", "cff", opcodePlaySound3DVP,
opcodePlaySound3DVPExplicit);
extensions.registerInstruction ("playloopsound3d", "c", opcodePlayLoopSound3D,
extensions.registerInstruction ("playloopsound3d", "cXX", opcodePlayLoopSound3D,
opcodePlayLoopSound3DExplicit);
extensions.registerInstruction ("playloopsound3dvp", "cff", opcodePlayLoopSound3DVP,
opcodePlayLoopSound3DVPExplicit);