aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorGregory Montoir2006-12-19 14:34:03 +0000
committerGregory Montoir2006-12-19 14:34:03 +0000
commit3e5240d7022b9625f96ab24aeed6028e8acb84fb (patch)
tree50cd525ab98e86d3c89f244c9d56fd5b4eb3ab0a /engines
parentd8d32812c8c1d4045622e63eaecb5805c7504004 (diff)
downloadscummvm-rg350-3e5240d7022b9625f96ab24aeed6028e8acb84fb.tar.gz
scummvm-rg350-3e5240d7022b9625f96ab24aeed6028e8acb84fb.tar.bz2
scummvm-rg350-3e5240d7022b9625f96ab24aeed6028e8acb84fb.zip
fixed bug #1618695
svn-id: r24888
Diffstat (limited to 'engines')
-rw-r--r--engines/touche/touche.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index c7df692da8..22459f4a18 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -1556,7 +1556,7 @@ void ToucheEngine::handleMouseClickOnRoom(int flag) {
if (keyChar->num != 0) {
if ((keyChar->flags & 0x4000) == 0) {
if (keyChar->strNum != 0) {
- str = keyChar->strNum;
+ str = _programHitBoxTable[i].defaultStr;
}
hitBox = &keyChar->prevBoundingRect;
hitPosX = _inp_mousePos.x;