FreeCol / freecol

FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.
GNU General Public License v2.0
585 stars 170 forks source link

Fixes issue #23 whereby left clicks were ignored on goto mode #51

Closed TropicalBastos closed 4 years ago

TropicalBastos commented 4 years ago

Fixes issue #23 whereby left clicks were ignored on goto mode.

The patch makes it so whenever a left click is actioned, if the goto mode is enabled (with the hotkey G) and a unit is selected and has available moves, it moves the unit to the selected tile. The patch does nothing to affect the normal left click behaviour when Goto mode is disabled