mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 08:06:42 +00:00
SCI: Explain qfg1vga script patch slightly
This commit is contained in:
parent
e4568817bb
commit
6c85ad12aa
@ -1123,6 +1123,12 @@ const uint16 qfg1vgaPatchCheetaurDescription[] = {
|
||||
PATCH_END
|
||||
};
|
||||
|
||||
|
||||
// Hitting the button on the right causes extremely broken behaviour if the
|
||||
// door on the top right is open at the time (bug #3585793).
|
||||
// Local 5 is the timer controlling automatically closing that door (door11).
|
||||
// We force it to 1 in happyFace::changeState which is triggered on hitting the
|
||||
// button.
|
||||
const byte qfg1vgaSignatureFunnyRoomFix[] = {
|
||||
14,
|
||||
0x65, 0x14, // aTop 14 (state)
|
||||
|
Loading…
Reference in New Issue
Block a user