TSAGE: Bugfix for #3422150 - GUI dialog when clicking on skulls
This commit is contained in:
parent
8a8fd94f10
commit
bfdd274c78
2 changed files with 3 additions and 2 deletions
|
@ -603,9 +603,10 @@ void NamedHotspot::doAction(int action) {
|
|||
SceneItem::display(_resNum, _lookLineNum, SET_Y, 20, SET_WIDTH, 200, SET_EXT_BGCOLOR, 7, LIST_END);
|
||||
break;
|
||||
default:
|
||||
SceneHotspot::doAction(action);
|
||||
break;
|
||||
}
|
||||
|
||||
SceneHotspot::doAction(action);
|
||||
}
|
||||
|
||||
void NamedHotspot::setDetails(int ys, int xs, int ye, int xe, const int resnum, const int lookLineNum, const int useLineNum) {
|
||||
|
|
|
@ -1562,7 +1562,7 @@ void Scene5200::Hotspot9::doAction(int action) {
|
|||
SceneItem::display2(5200, 14);
|
||||
break;
|
||||
default:
|
||||
SceneItem::doAction(action);
|
||||
SceneHotspot::doAction(action);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue