aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorGregory Montoir2004-02-21 08:52:25 +0000
committerGregory Montoir2004-02-21 08:52:25 +0000
commit356bed1de9be51028b4230f4a595167784a36105 (patch)
tree60342950df9ca7eea85453012ce077fdf3e12b2d /queen/talk.h
parenta75b84dc1be8eb20c40111f477192be780ee4bd8 (diff)
downloadscummvm-rg350-356bed1de9be51028b4230f4a595167784a36105.tar.gz
scummvm-rg350-356bed1de9be51028b4230f4a595167784a36105.tar.bz2
scummvm-rg350-356bed1de9be51028b4230f4a595167784a36105.zip
Fixed arrow dialogue glitches (partial display) in non-english versions. This was due to a (wrong) blitting order of the bobs, arrows are now the last ones.
svn-id: r12959
Diffstat (limited to 'queen/talk.h')
-rw-r--r--queen/talk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/queen/talk.h b/queen/talk.h
index beaaa05cbc..1cd2da1f0f 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -57,8 +57,6 @@ private:
MAX_STRING_SIZE = (MAX_STRING_LENGTH + 1),
MAX_TEXT_WIDTH = (320-18),
PUSHUP = 4,
- ARROW_BOB_UP = 62,
- ARROW_BOB_DOWN = 63,
ARROW_ZONE_UP = 5,
ARROW_ZONE_DOWN = 6,
DOG_HEADER_SIZE = 20,