diff options
Diffstat (limited to 'scumm/verbs.cpp')
| -rw-r--r-- | scumm/verbs.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp index 60c53ebcde..004abbde70 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -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) { |
