Cleanup
svn-id: r7598
This commit is contained in:
parent
99b26a5684
commit
2813d48e92
4 changed files with 15 additions and 13 deletions
|
@ -43,14 +43,6 @@ void Scumm::checkExecVerbs() {
|
|||
int i, over;
|
||||
VerbSlot *vs;
|
||||
|
||||
#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
|
||||
|
||||
if (_userPut <= 0 || _mouseButStat == 0)
|
||||
return;
|
||||
|
||||
|
@ -86,6 +78,15 @@ 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue