diff --git a/dists/engine-data/patches/GrimPatchesDesc.txt b/dists/engine-data/patches/GrimPatchesDesc.txt index 0470037e135..160535d9b86 100644 --- a/dists/engine-data/patches/GrimPatchesDesc.txt +++ b/dists/engine-data/patches/GrimPatchesDesc.txt @@ -56,7 +56,7 @@ List of fixed bugs in GF scripts: +Others modifications: -The function si.set_up_actors (si.lua), calls "start_script(si.naranja_drinking)", which doesn't exist. The problem with that is that lua_error ends the function that - was going on, breaking si.set really badly. The bad call is replaced with NOPs. + was going on, breaking si.set really badly. The bad call is replaced with the correct one. Contents of residualvm-grim-patches.lab and its rebuild: diff --git a/dists/engine-data/patches/grim/si.lua.patchr b/dists/engine-data/patches/grim/si.lua.patchr index 1d5cbc65424..46bfa9cad49 100644 Binary files a/dists/engine-data/patches/grim/si.lua.patchr and b/dists/engine-data/patches/grim/si.lua.patchr differ diff --git a/dists/engine-data/residualvm-grim-patch.lab b/dists/engine-data/residualvm-grim-patch.lab index a1359fe00d9..8a1c39e86c3 100644 Binary files a/dists/engine-data/residualvm-grim-patch.lab and b/dists/engine-data/residualvm-grim-patch.lab differ