A small protection again multiple simultaneous selection clicks
This commit is contained in:
parent
bc75afb216
commit
bac715c911
1 changed files with 1 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ void mouse_handler::select_hex(const gamemap::location& hex, const bool browse)
|
|||
sound::play_UI_sound("select-unit.wav");
|
||||
u->second.set_selecting(*gui_, u->first);
|
||||
|
||||
game_events::fire("select", selected_hex_);
|
||||
game_events::fire("select", hex);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue