forked from townforge/townforge
game: handle double click on a place name in travel to place screen
This commit is contained in:
parent
aab6f7f141
commit
be21ae9787
@ -308,6 +308,9 @@ void UITravelToPlaceDialog::HandleTBMessage(StringHash eventType, VariantMap& ev
|
||||
{
|
||||
CONNECT("ok", HandleOK);
|
||||
CONNECT("cancel", HandleCancel);
|
||||
|
||||
if (ev->count == 2)
|
||||
CONNECT("places", HandleOK);
|
||||
}
|
||||
else if (ev->type == EVENT_TYPE_CHANGED)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user