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:
Max Horn 2003-10-04 11:50:21 +00:00
parent 91da08e1f3
commit d4734bd4f2
14 changed files with 65 additions and 137 deletions

View file

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