From 3e5240d7022b9625f96ab24aeed6028e8acb84fb Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Tue, 19 Dec 2006 14:34:03 +0000 Subject: [PATCH] fixed bug #1618695 svn-id: r24888 --- engines/touche/touche.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index c7df692da80..22459f4a180 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;