mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
added missing TCL instruction
This commit is contained in:
parent
f321e549a4
commit
53e0e38862
@ -74,6 +74,7 @@ namespace MWScript
|
||||
}
|
||||
|
||||
extensions.registerInstruction ("togglecollision", "", opcodeToggleCollision);
|
||||
extensions.registerInstruction ("tcl", "", opcodeToggleCollision);
|
||||
}
|
||||
|
||||
void installOpcodes (Interpreter::Interpreter& interpreter)
|
||||
|
Loading…
Reference in New Issue
Block a user