added v2 cutscene support (not quite complete; and crashes at some point in maniac because VAR_EGO contains a bogus value); cleanup

svn-id: r7781
This commit is contained in:
Max Horn 2003-05-21 14:00:19 +00:00
parent 1294eb35c7
commit e21604663f
7 changed files with 69 additions and 20 deletions

View file

@ -1103,6 +1103,7 @@ void Scumm::beginOverride() {
// why we record the current script position in vm.cutScenePtr).
fetchScriptByte();
fetchScriptWord();
VAR(VAR_OVERRIDE) = 0;
}