aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-08-05 14:41:00 +0000
committerJohannes Schickel2010-08-05 14:41:00 +0000
commit9cd333152b763a109cf5b88af508678c1ea3fba7 (patch)
tree177ed509f1af53f79349a784c9dc1415ba9d4f20 /engines/kyra/kyra_lok.h
parentff2ad216b1e4042e8b64323998605d2d83e36427 (diff)
downloadscummvm-rg350-9cd333152b763a109cf5b88af508678c1ea3fba7.tar.gz
scummvm-rg350-9cd333152b763a109cf5b88af508678c1ea3fba7.tar.bz2
scummvm-rg350-9cd333152b763a109cf5b88af508678c1ea3fba7.zip
KYRA: Add support for subtitle options changes via GMM.
svn-id: r51757
Diffstat (limited to 'engines/kyra/kyra_lok.h')
-rw-r--r--engines/kyra/kyra_lok.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h
index b37a14bad4..50f36d7b71 100644
--- a/engines/kyra/kyra_lok.h
+++ b/engines/kyra/kyra_lok.h
@@ -319,7 +319,7 @@ protected:
// chat
// -> process
void characterSays(int vocFile, const char *chatStr, int8 charNum, int8 chatDuration);
- void waitForChatToFinish(int vocFile, int16 chatDuration, const char *str, uint8 charNum);
+ void waitForChatToFinish(int vocFile, int16 chatDuration, const char *str, uint8 charNum, const bool printText);
// -> initialization
int initCharacterChat(int8 charNum);