use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code
svn-id: r10592
This commit is contained in:
parent
91da08e1f3
commit
d4734bd4f2
14 changed files with 65 additions and 137 deletions
|
@ -907,7 +907,7 @@ void ScummEngine_v5::saveVars() {
|
|||
void ScummEngine_v5::loadVars() {
|
||||
int a, b;
|
||||
|
||||
hexdump(_scriptPointer, 64);
|
||||
// Common::hexdump(_scriptPointer, 64);
|
||||
while ((_opcode = fetchScriptByte()) != 0) {
|
||||
switch (_opcode & 0x1F) {
|
||||
case 0x01: // read a range of variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue