mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Implement ResetActors script instruction (Fixes #1859)
This commit is contained in:
parent
58945c557a
commit
267cf4e140
7 changed files with 48 additions and 1 deletions
|
@ -484,6 +484,7 @@ namespace Compiler
|
|||
const int opcodeMoveExplicit = 0x2000207;
|
||||
const int opcodeMoveWorld = 0x2000208;
|
||||
const int opcodeMoveWorldExplicit = 0x2000209;
|
||||
const int opcodeResetActors = 0x20002f4;
|
||||
}
|
||||
|
||||
namespace User
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue