From 0ba332493b92e4513c96b78a9f854141db3dcd9c Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 28 Jun 2015 20:04:12 -0400 Subject: SHERLOCK: Silence gcc warnings --- engines/sherlock/scalpel/scalpel_talk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp') 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) { -- cgit v1.2.3