A small protection again multiple simultaneous selection clicks

This commit is contained in:
Ali El Gariani 2007-12-06 07:30:40 +00:00
parent bc75afb216
commit bac715c911

View file

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