Skip to content

Commit d231fd7

Browse files
authored
Merge pull request #758 from danmcadams/hotkey_order_update
Swap order of build_clear_land and build_vacant_house in hotkey_config.c
2 parents d753eff + cc13da0 commit d231fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/hotkey_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ static const char *ini_keys[] = {
2626
"decrease_game_speed",
2727
"rotate_map_left",
2828
"rotate_map_right",
29-
"build_vacant_house",
3029
"build_clear_land",
30+
"build_vacant_house",
3131
"build_road",
3232
"build_plaza",
3333
"build_gardens",

0 commit comments

Comments
 (0)