aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorTravis Howell2006-09-01 12:04:40 +0000
committerTravis Howell2006-09-01 12:04:40 +0000
commit7ca75815aaa7a86327a06006171dfd64584eabac (patch)
treea03386e1b765e5065b7710bd6891e01058c773bf /engines/scumm/he/intern_he.h
parent1da493ac006fa77d02700765ade698eb5281fe59 (diff)
downloadscummvm-rg350-7ca75815aaa7a86327a06006171dfd64584eabac.tar.gz
scummvm-rg350-7ca75815aaa7a86327a06006171dfd64584eabac.tar.bz2
scummvm-rg350-7ca75815aaa7a86327a06006171dfd64584eabac.zip
Add HE72+ specific version of convertMessageToString(), to reduce filtering and since special codes aren't used.
svn-id: r23814
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index dca0c7d19a..0f87af8477 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -286,6 +286,7 @@ protected:
int getSoundResourceSize(int id);
virtual bool handleNextCharsetCode(Actor *a, int *c);
+ virtual int convertMessageToString(const byte *msg, byte *dst, int dstSize);
/* HE version 72 script opcodes */
void o72_pushDWord();