mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
oops
svn-id: r13443
This commit is contained in:
parent
4a41973804
commit
a47793c8e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user