mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
Merge pull request #1608
This commit is contained in:
commit
31d7e6af32
1 changed files with 3 additions and 1 deletions
|
@ -83,8 +83,10 @@ namespace MWDialogue
|
|||
if (i->mTopic == id && i->mInfoId == infoId)
|
||||
{
|
||||
if (getJournalIndex(id) < index)
|
||||
{
|
||||
setJournalIndex(id, index);
|
||||
MWBase::Environment::get().getWindowManager()->messageBox ("#{sJournalEntry}");
|
||||
MWBase::Environment::get().getWindowManager()->messageBox ("#{sJournalEntry}");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue