aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/sherlock.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-04-01 23:12:49 -0400
committerPaul Gilbert2015-04-01 23:12:49 -0400
commitc13c02b079d0881b4d1cd205364d043920bab9a5 (patch)
tree7fe40c874bae7f3080be8631dd9c8d8b32762dde /engines/sherlock/sherlock.cpp
parent283c6074ad77c0c18c9d1550d7ac7c2443072aec (diff)
downloadscummvm-rg350-c13c02b079d0881b4d1cd205364d043920bab9a5.tar.gz
scummvm-rg350-c13c02b079d0881b4d1cd205364d043920bab9a5.tar.bz2
scummvm-rg350-c13c02b079d0881b4d1cd205364d043920bab9a5.zip
SHERLOCK: Implemented loadJournalFile
Diffstat (limited to 'engines/sherlock/sherlock.cpp')
-rw-r--r--engines/sherlock/sherlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/sherlock.cpp b/engines/sherlock/sherlock.cpp
index 04a9ed54d5..20a805594e 100644
--- a/engines/sherlock/sherlock.cpp
+++ b/engines/sherlock/sherlock.cpp
@@ -79,7 +79,7 @@ void SherlockEngine::initialize() {
_debugger = new Debugger(this);
_events = new Events(this);
_inventory = new Inventory(this);
- _journal = new Journal();
+ _journal = new Journal(this);
_people = new People(this);
_scene = new Scene(this);
_screen = new Screen(this);