Implement ResetActors script instruction (Fixes #1859)

This commit is contained in:
scrawl 2014-08-30 17:55:35 +02:00
parent 58945c557a
commit 267cf4e140
7 changed files with 48 additions and 1 deletions

View file

@ -484,6 +484,7 @@ namespace Compiler
const int opcodeMoveExplicit = 0x2000207;
const int opcodeMoveWorld = 0x2000208;
const int opcodeMoveWorldExplicit = 0x2000209;
const int opcodeResetActors = 0x20002f4;
}
namespace User