HDB: Added commented out credits debugging patch

This commit is contained in:
Eugene Sandulenko 2019-08-04 22:49:27 +02:00
parent 25eaaf38fb
commit c4495e5449

View File

@ -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}
};