aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2009-08-19 08:24:40 +0000
committerPaul Gilbert2009-08-19 08:24:40 +0000
commit416fb4f309df5bd3657ec131743cd6605d52036b (patch)
treed2de66a64e013e4ed3506dffdee0eacc63e49cd1
parent2f162c72c9309037eb0c71ae520319cceb7756e1 (diff)
downloadscummvm-rg350-416fb4f309df5bd3657ec131743cd6605d52036b.tar.gz
scummvm-rg350-416fb4f309df5bd3657ec131743cd6605d52036b.tar.bz2
scummvm-rg350-416fb4f309df5bd3657ec131743cd6605d52036b.zip
Corrected comments in the bug workaround list
svn-id: r43529
-rw-r--r--engines/tinsel/pcode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp
index 8646ad3267..a2661237b7 100644
--- a/engines/tinsel/pcode.cpp
+++ b/engines/tinsel/pcode.cpp
@@ -145,8 +145,8 @@ const WorkaroundEntry workaroundList[] = {
// Present Outside Inn
{TINSEL_V1, false, 352600876, 0, fragment2_size, fragment2},
- // DW1-GRA: Talking to palace guards in Act 2 gives !!!HIGH STRING||| - this happens if you initiate dialog
- // with one of the guards, but not the other. So this fix routes the talk parameters of the broken one
+ // DW1-GRA: Talking to palace guards in Act 2 gives !!!HIGH STRING||| - this happens if you initiate dialog with
+ // one of the guards, but not the other. So these fragments provide the correct talk parameters where needed
{TINSEL_V1, false, 310506872, 463, fragment4_size, fragment4},
{TINSEL_V1, false, 310506872, 485, fragment5_size, fragment5},
{TINSEL_V1, false, 310506872, 513, fragment6_size, fragment6},
@@ -164,7 +164,7 @@ const WorkaroundEntry workaroundList[] = {
{TINSEL_V0, false, 0, 0, 0, NULL}
};
-//310505453, x
+
//----------------- LOCAL GLOBAL DATA --------------------
/**