diff options
author | Travis Howell | 2006-09-01 12:04:40 +0000 |
---|---|---|
committer | Travis Howell | 2006-09-01 12:04:40 +0000 |
commit | 7ca75815aaa7a86327a06006171dfd64584eabac (patch) | |
tree | a03386e1b765e5065b7710bd6891e01058c773bf /engines/scumm/he | |
parent | 1da493ac006fa77d02700765ade698eb5281fe59 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/scumm/he/intern_he.h | 1 |
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(); |