1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 21:09:40 +00:00

Ignore extra arguments to PlayLoopSound3D too

This commit is contained in:
Capostrophic 2019-03-30 01:06:01 +03:00
parent 886c77bced
commit 7ef7555c19

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);