Merge pull request #650 from YakBizzarro/si-2

GRIM: Replace a bad call in si.lua with the correct one
This commit is contained in:
Paweł Kołodziejski 2012-09-01 10:54:19 -07:00
commit a59b2167b8
3 changed files with 1 additions and 1 deletions

View file

@ -56,7 +56,7 @@ List of fixed bugs in GF scripts:
+Others modifications: +Others modifications:
-The function si.set_up_actors (si.lua), calls "start_script(si.naranja_drinking)", -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 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: Contents of residualvm-grim-patches.lab and its rebuild: