mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Implement toggleMenus
This commit is contained in:
parent
ad0a182b7e
commit
9a26cf22e6
8 changed files with 37 additions and 3 deletions
|
@ -216,6 +216,8 @@ namespace Compiler
|
|||
extensions.registerInstruction ("showmap", "S", opcodeShowMap);
|
||||
extensions.registerInstruction ("fillmap", "", opcodeFillMap);
|
||||
extensions.registerInstruction ("menutest", "/l", opcodeMenuTest);
|
||||
extensions.registerInstruction ("togglemenus", "", opcodeToggleMenus);
|
||||
extensions.registerInstruction ("tm", "", opcodeToggleMenus);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue