aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/journal.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-10-08 08:22:26 -0400
committerPaul Gilbert2015-10-08 08:22:26 -0400
commita1057a3fe5277d560fde84b35f57828857f50948 (patch)
tree1083c047536c34929ae82d8ca06ea60853cf332d /engines/sherlock/journal.cpp
parent3c6cf2b947a49df918c2f4d6a91e2f176ac39707 (diff)
downloadscummvm-rg350-a1057a3fe5277d560fde84b35f57828857f50948.tar.gz
scummvm-rg350-a1057a3fe5277d560fde84b35f57828857f50948.tar.bz2
scummvm-rg350-a1057a3fe5277d560fde84b35f57828857f50948.zip
SHERLOCK: SS: Move fixBadText from ScalpelJournal to ScalpelTalk
Diffstat (limited to 'engines/sherlock/journal.cpp')
-rw-r--r--engines/sherlock/journal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/journal.cpp b/engines/sherlock/journal.cpp
index d5d029589b..e443b6f727 100644
--- a/engines/sherlock/journal.cpp
+++ b/engines/sherlock/journal.cpp
@@ -24,6 +24,7 @@
#include "sherlock/scalpel/scalpel.h"
#include "sherlock/scalpel/scalpel_fixed_text.h"
#include "sherlock/scalpel/scalpel_journal.h"
+#include "sherlock/scalpel/scalpel_talk.h"
#include "sherlock/tattoo/tattoo.h"
#include "sherlock/tattoo/tattoo_fixed_text.h"
#include "sherlock/tattoo/tattoo_journal.h"
@@ -526,7 +527,7 @@ void Journal::loadJournalFile(bool alreadyLoaded) {
journalString += people._characters[c]._name;
if (IS_SERRATED_SCALPEL && _vm->getLanguage() == Common::DE_DEU)
- Scalpel::ScalpelJournal::skipBadText(replyP);
+ Scalpel::ScalpelTalk::skipBadText(replyP);
const byte *strP = replyP;
byte v;