mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 22:53:53 +00:00
added missing TCL instruction
This commit is contained in:
parent
f321e549a4
commit
53e0e38862
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ namespace MWScript
|
|||
}
|
||||
|
||||
extensions.registerInstruction ("togglecollision", "", opcodeToggleCollision);
|
||||
extensions.registerInstruction ("tcl", "", opcodeToggleCollision);
|
||||
}
|
||||
|
||||
void installOpcodes (Interpreter::Interpreter& interpreter)
|
||||
|
|
Loading…
Reference in a new issue