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:
Max Horn 2004-04-17 16:29:03 +00:00
parent ae50adfd31
commit 9defe4fc18
7 changed files with 42 additions and 38 deletions

View file

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