There is no sentence script in SCUMM0.

svn-id: r43800
This commit is contained in:
Travis Howell 2009-08-29 13:54:41 +00:00
parent 0b5a32e99a
commit 08bc900e50

View file

@ -357,8 +357,6 @@ void ScummEngine_v0::setupOpcodes() {
OPCODE(0xff, o2_ifState02);
}
#define SENTENCE_SCRIPT 2
int ScummEngine_v0::getVarOrDirectWord(byte mask) {
return getVarOrDirectByte(mask);
}
@ -919,7 +917,6 @@ void ScummEngine_v0::o_cutscene() {
setUserState(15);
_sentenceNum = 0;
stopScript(SENTENCE_SCRIPT);
resetSentence();
vm.cutScenePtr[0] = 0;