v0.9.4: fixed guidebook pages not being set to read in some cases
This commit is contained in:
parent
0904b3f8ac
commit
8493475957
|
@ -380,6 +380,7 @@ public class StatusPane extends Component {
|
||||||
GameScene.show( new WndStory( WndJournal.GuideTab.iconForPage(flashingPage),
|
GameScene.show( new WndStory( WndJournal.GuideTab.iconForPage(flashingPage),
|
||||||
Document.ADVENTURERS_GUIDE.pageTitle(flashingPage),
|
Document.ADVENTURERS_GUIDE.pageTitle(flashingPage),
|
||||||
Document.ADVENTURERS_GUIDE.pageBody(flashingPage) ));
|
Document.ADVENTURERS_GUIDE.pageBody(flashingPage) ));
|
||||||
|
Document.ADVENTURERS_GUIDE.readPage(flashingPage);
|
||||||
} else {
|
} else {
|
||||||
GameScene.show( new WndJournal() );
|
GameScene.show( new WndJournal() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user