mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Merge pull request #1608
This commit is contained in:
commit
31d7e6af32
@ -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 New Issue
Block a user