mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
HDB: Added commented out credits debugging patch
This commit is contained in:
parent
25eaaf38fb
commit
c4495e5449
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user