Skip to content

Commit a5b0ebc

Browse files
committed
lair: Adjust Robot Knight scenes to match original US arcade version.
The post-level segment of Dirk jumping down the broken stairs wasn't shown in the arcade; the Dragon's Lair Enhancement ROM adds it back in, and we should too when we add support for those features. Fixes #21.
1 parent 12f6988 commit a5b0ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/games/lair/game.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3987,7 +3987,7 @@ scenes = {
39873987

39883988
seq10 = {
39893989
start_time = time_laserdisc_noseek(),
3990-
timeout = { when=time_to_ms(5, 676), nextsequence=nil }
3990+
timeout = { when=time_to_ms(3, 441), nextsequence=nil }
39913991
},
39923992

39933993
seq11 = {
@@ -4118,7 +4118,7 @@ scenes = {
41184118

41194119
seq10 = {
41204120
start_time = time_laserdisc_noseek(),
4121-
timeout = { when=time_to_ms(5, 438), nextsequence=nil }
4121+
timeout = { when=time_to_ms(3, 203), nextsequence=nil }
41224122
},
41234123

41244124
seq11 = {

0 commit comments

Comments
 (0)