mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-30 10:36:51 +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 (i->mTopic == id && i->mInfoId == infoId)
|
||||||
{
|
{
|
||||||
if (getJournalIndex(id) < index)
|
if (getJournalIndex(id) < index)
|
||||||
|
{
|
||||||
setJournalIndex(id, index);
|
setJournalIndex(id, index);
|
||||||
MWBase::Environment::get().getWindowManager()->messageBox ("#{sJournalEntry}");
|
MWBase::Environment::get().getWindowManager()->messageBox ("#{sJournalEntry}");
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue