SHERLOCK: Implemented Journal::drawInterface

This commit is contained in:
Paul Gilbert 2015-04-02 18:30:16 -04:00
parent 8ee0214342
commit 9c24ae7590
3 changed files with 91 additions and 0 deletions

View file

@ -1127,6 +1127,10 @@ void UserInterface::doTalkControl() {
}
void UserInterface::journalControl() {
Journal &journal = *_vm->_journal;
journal.drawInterface();
// TODO
}