[Scummvm-devel] New File(Manager) API

Max Horn max at quendi.de
Sun Apr 11 05:05:13 CEST 2004


Am 11.04.2004 um 13:31 schrieb Max Horn:

>   ...
>   _dataFile = ...;
>   if (useEncryption)
>     _dataStream = new XORStream(_dataFile);
>   else
>     _dataStream = _dataFile;

Actually, that should have been:
   _dataStream = new XORStream(_dataFile, 0x69);



Cheers,

Max





More information about the Scummvm-devel mailing list