mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 08:56:10 -04: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 ("togglecollision", "", opcodeToggleCollision);
|
||||||
|
extensions.registerInstruction ("tcl", "", opcodeToggleCollision);
|
||||||
}
|
}
|
||||||
|
|
||||||
void installOpcodes (Interpreter::Interpreter& interpreter)
|
void installOpcodes (Interpreter::Interpreter& interpreter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user