mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Implement toggleMenus
This commit is contained in:
parent
ad0a182b7e
commit
9a26cf22e6
8 changed files with 37 additions and 3 deletions
|
@ -178,6 +178,7 @@ namespace Compiler
|
|||
const int opcodeShowMap = 0x20001a0;
|
||||
const int opcodeFillMap = 0x20001a1;
|
||||
const int opcodeMenuTest = 0x2002c;
|
||||
const int opcodeToggleMenus = 0x200024b;
|
||||
}
|
||||
|
||||
namespace Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue