svn-id: r24888
This commit is contained in:
Gregory Montoir 2006-12-19 14:34:03 +00:00
parent d8d32812c8
commit 3e5240d702

View file

@ -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;