1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

fix last commit, also reacts to ToggleWireframe and not only twf

This commit is contained in:
scrawl 2012-02-18 16:36:54 +01:00
parent 40e23fe26f
commit 899aa5b870

View File

@ -146,6 +146,7 @@ namespace MWScript
extensions.registerInstruction ("tcb", "", opcodeToggleCollisionDebug);
extensions.registerInstruction ("tcg", "", opcodeToggleCollisionDebug);
extensions.registerInstruction ("twf", "", opcodeToggleWireframe);
extensions.registerInstruction ("togglewireframe", "", opcodeToggleWireframe);
}
void installOpcodes (Interpreter::Interpreter& interpreter)