mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Add back exclusion lost in last commit, exclude some verbs from verbs error script
svn-id: r21091
This commit is contained in:
parent
279ad67506
commit
24493b3f45
@ -537,7 +537,7 @@ void ScummEngine::checkExecVerbs() {
|
||||
void ScummEngine_v2::runObject(int obj, int entry) {
|
||||
if (getVerbEntrypoint(obj, entry) != 0) {
|
||||
runObjectScript(obj, entry, false, false, NULL);
|
||||
} else {
|
||||
} else if (entry != 13 && entry != 15) {
|
||||
VAR(9) = entry;
|
||||
runScript(3, 0, 0, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user