aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/journal.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-18 19:37:54 -0400
committerPaul Gilbert2015-05-18 19:37:54 -0400
commitb760c7d360d206d39391875e26271098c63acdd3 (patch)
treeb63b02bf7c77d63403c60f5267285abaa7009d9d /engines/sherlock/journal.h
parent59993fdc74afad7b210da7849f8ce25631153201 (diff)
downloadscummvm-rg350-b760c7d360d206d39391875e26271098c63acdd3.tar.gz
scummvm-rg350-b760c7d360d206d39391875e26271098c63acdd3.tar.bz2
scummvm-rg350-b760c7d360d206d39391875e26271098c63acdd3.zip
SHERLOCK: More replacing numbers with constants
Diffstat (limited to 'engines/sherlock/journal.h')
-rw-r--r--engines/sherlock/journal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/journal.h b/engines/sherlock/journal.h
index be5c4d77c3..97696ef74f 100644
--- a/engines/sherlock/journal.h
+++ b/engines/sherlock/journal.h
@@ -31,6 +31,9 @@
namespace Sherlock {
+#define JOURNAL_MAX_WIDTH 230
+#define JOURNAL_MAX_CHARS 80
+
struct JournalEntry {
int _converseNum;
bool _replyOnly;