Implement toggleMenus

This commit is contained in:
scrawl 2014-06-20 18:49:19 +02:00
parent ad0a182b7e
commit 9a26cf22e6
8 changed files with 37 additions and 3 deletions

View file

@ -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);
}
}