Removed XOR encoding stuff from File class; instead the new Scumm::XORFile class provides this functionality now
svn-id: r13597
This commit is contained in:
parent
ae50adfd31
commit
9defe4fc18
7 changed files with 42 additions and 38 deletions
|
@ -2684,7 +2684,7 @@ void ScummEngine_v5::decodeParseString() {
|
|||
break;
|
||||
case 15: // SO_TEXTSTRING
|
||||
msg = _scriptPointer;
|
||||
_scriptPointer += resStrLen(_scriptPointer)+ 1;
|
||||
_scriptPointer += resStrLen(_scriptPointer) + 1;
|
||||
|
||||
switch (textSlot) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue