Fix invalid variable

svn-id: r7599
This commit is contained in:
James Brown 2003-05-17 06:18:34 +00:00
parent 2813d48e92
commit 6db28696e4
3 changed files with 13 additions and 12 deletions

View file

@ -78,15 +78,6 @@ void Scumm::checkExecVerbs() {
runInputScript(1, over != 0 ? _verbs[over].verbid : 0, code);
}
}
#if 1
// FIXME - MM / Zak hack
if ((_features & GF_AFTER_V2) && (_mouseButStat & MBS_LEFT_CLICK)) {
printf("Running script 4\n");
runScript(4, 0, 0, 0);
}
#endif
}
void Scumm::verbMouseOver(int verb) {