mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Add explicit variant of Journal
This commit is contained in:
parent
cb29dc7b85
commit
59f7df187d
4 changed files with 5 additions and 2 deletions
|
@ -175,7 +175,7 @@ namespace Compiler
|
|||
{
|
||||
void registerExtensions (Extensions& extensions)
|
||||
{
|
||||
extensions.registerInstruction ("journal", "cl", opcodeJournal);
|
||||
extensions.registerInstruction ("journal", "cl", opcodeJournal, opcodeJournalExplicit);
|
||||
extensions.registerInstruction ("setjournalindex", "cl", opcodeSetJournalIndex);
|
||||
extensions.registerFunction ("getjournalindex", 'l', "c", opcodeGetJournalIndex);
|
||||
extensions.registerInstruction ("addtopic", "S" , opcodeAddTopic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue