From c4495e5449cdc1fe8d09a4fef3200567b6a7f548 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Aug 2019 22:49:27 +0200 Subject: [PATCH] HDB: Added commented out credits debugging patch --- engines/hdb/lua-script.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp index a34028cfa69..495d30c604f 100644 --- a/engines/hdb/lua-script.cpp +++ b/engines/hdb/lua-script.cpp @@ -94,6 +94,9 @@ struct ScriptPatch { {"MAP30", "rots = 13 + random( 4 )", "rots = 13 + math.random( 4 )"}, // line 258 {"MAP30", "if i3 > getn(tiles)", "if i3 > #tiles"}, // line 261 + // Jump straight to credits + //{"CINE_OUTRO", "-- delegate", "-- delegate\nCine_FadeOutBlack( 40 )\nCredits()"}, + {NULL, NULL, NULL} };