Remove excess spaces.
svn-id: r44029
This commit is contained in:
parent
eb0b61976d
commit
122ff32d75
9 changed files with 21 additions and 21 deletions
|
@ -1090,7 +1090,7 @@ void ScummEngine_v5::o5_getDist() {
|
|||
r = 60;
|
||||
|
||||
// WORKAROUND bug #795937
|
||||
if ((_game.id == GID_MONKEY_EGA || _game.id == GID_PASS) && o1 == 1 && o2 == 307 && vm.slot[_currentScript].number == 205 && r == 2)
|
||||
if ((_game.id == GID_MONKEY_EGA || _game.id == GID_PASS) && o1 == 1 && o2 == 307 && vm.slot[_currentScript].number == 205 && r == 2)
|
||||
r = 3;
|
||||
|
||||
setResult(r);
|
||||
|
@ -1580,28 +1580,28 @@ void ScummEngine_v5::o5_resourceRoutines() {
|
|||
// TODO: For the following see also Hibarnatus' information on bug #805691.
|
||||
case 32:
|
||||
// TODO (apparently never used in FM-TOWNS)
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
break;
|
||||
case 33:
|
||||
// TODO (apparently never used in FM-TOWNS)
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
break;
|
||||
case 35:
|
||||
// TODO: Might be used to set CD volume in FM-TOWNS Loom
|
||||
foo = getVarOrDirectByte(PARAM_2);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
break;
|
||||
case 36:
|
||||
// TODO: Sets the loudness of a sound resource. Used in Indy3 and Zak.
|
||||
foo = getVarOrDirectByte(PARAM_2);
|
||||
bar = fetchScriptByte();
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
break;
|
||||
case 37:
|
||||
// TODO: Sets the pitch of a sound resource (pitch = foo - center semitones.
|
||||
// "center" is at 0x32 in the sfx resource (always 0x3C in zak256, but sometimes different in Indy3).
|
||||
foo = getVarOrDirectByte(PARAM_2);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
debug(0, "o5_resourceRoutines %d not yet handled (script %d)", op, vm.slot[_currentScript].number);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue