Skip to content

Commit

Permalink
SCI: Explain qfg1vga script patch slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Sep 18, 2013
1 parent e456881 commit 6c85ad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engines/sci/engine/script_patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c85ad1

Please sign in to comment.