aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2015-06-28 20:04:12 -0400
committerMatthew Hoops2015-06-28 20:05:24 -0400
commit0ba332493b92e4513c96b78a9f854141db3dcd9c (patch)
tree1eade554f38aa8f5dd8ddc05c7ac8f8900e36d97 /engines/sherlock/scalpel/scalpel_talk.cpp
parent30de61dcce96275b36c42f17f369b2e6e8c35e8e (diff)
downloadscummvm-rg350-0ba332493b92e4513c96b78a9f854141db3dcd9c.tar.gz
scummvm-rg350-0ba332493b92e4513c96b78a9f854141db3dcd9c.tar.bz2
scummvm-rg350-0ba332493b92e4513c96b78a9f854141db3dcd9c.zip
SHERLOCK: Silence gcc warnings
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.cpp b/engines/sherlock/scalpel/scalpel_talk.cpp
index 2ea3172b49..2669754061 100644
--- a/engines/sherlock/scalpel/scalpel_talk.cpp
+++ b/engines/sherlock/scalpel/scalpel_talk.cpp
@@ -679,7 +679,7 @@ bool ScalpelTalk::displayTalk(bool slamIt) {
if (statement._talkMap != -1) {
bool flag = _talkHistory[_converseNum][idx];
- lineY = talkLine(idx, statement._talkMap, flag ? TALK_NULL : INV_FOREGROUND,
+ lineY = talkLine(idx, statement._talkMap, flag ? (byte)TALK_NULL : (byte)INV_FOREGROUND,
yp, slamIt);
if (lineY != -1) {