parent
d8d32812c8
commit
3e5240d702
1 changed files with 1 additions and 1 deletions
|
@ -1556,7 +1556,7 @@ void ToucheEngine::handleMouseClickOnRoom(int flag) {
|
||||||
if (keyChar->num != 0) {
|
if (keyChar->num != 0) {
|
||||||
if ((keyChar->flags & 0x4000) == 0) {
|
if ((keyChar->flags & 0x4000) == 0) {
|
||||||
if (keyChar->strNum != 0) {
|
if (keyChar->strNum != 0) {
|
||||||
str = keyChar->strNum;
|
str = _programHitBoxTable[i].defaultStr;
|
||||||
}
|
}
|
||||||
hitBox = &keyChar->prevBoundingRect;
|
hitBox = &keyChar->prevBoundingRect;
|
||||||
hitPosX = _inp_mousePos.x;
|
hitPosX = _inp_mousePos.x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue