moved blast text code to string.cpp

svn-id: r8282
This commit is contained in:
Max Horn 2003-06-02 23:18:52 +00:00
parent 457d6b1484
commit 35f29951eb
4 changed files with 69 additions and 69 deletions

View file

@ -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;