svn-id: r13443
This commit is contained in:
Max Horn 2004-04-02 22:01:25 +00:00
parent 4a41973804
commit a47793c8e0

View File

@ -514,7 +514,7 @@ void SmushPlayer::handleTextResource(Chunk &b) {
byte transBuf[512];
if (_vm->_gameId == GID_CMI) {
_vm->translateText((const byte *)str - 1, _transText);
_vm->translateText((const byte *)str - 1, transBuf);
while (*str++ != '/')
;
string2 = (char *)transBuf;