diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/touche/touche.cpp | 2 |
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; |