moved blast text code to string.cpp
svn-id: r8282
This commit is contained in:
parent
457d6b1484
commit
35f29951eb
4 changed files with 69 additions and 69 deletions
|
@ -2479,7 +2479,7 @@ void Scumm_v6::o6_kernelSetFunctions() {
|
|||
break;
|
||||
case 16:
|
||||
case 17:{
|
||||
byte *message = getStringAddressVar(VAR_STRING2DRAW);
|
||||
const byte *message = getStringAddressVar(VAR_STRING2DRAW);
|
||||
if (_gameId == GID_DIG) {
|
||||
byte buf_input[300], buf_output[300], buf_trans[300], *ptr = buf_input;
|
||||
char *t_ptr = (char *)ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue