Skip to content

Commit

Permalink
Bugfix in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Oct 3, 2016
1 parent f69e7e7 commit c3c5dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freeciv-web/src/main/webapp/javascript/client_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function set_client_state(newstate)
}

if (ruleset_control['name'] == "Civ2Civ3 ruleset") {
ROAD_RIVER = ROAD_RIVER_CIV2CIV3;
ROAD_ROAD = ROAD_ROAD_CIV2CIV3;
}

break;
Expand Down
2 changes: 1 addition & 1 deletion freeciv-web/src/main/webapp/javascript/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ var EXTRA_RUINS = 10;
var ROAD_ROAD = 11;
var ROAD_RAIL = 12;
var ROAD_RIVER = 13;
var ROAD_RIVER_CIV2CIV3 = 14; /* FIXME: This can probably be done better. */
var ROAD_ROAD_CIV2CIV3 = 14; /* FIXME: This can probably be done better. */

0 comments on commit c3c5dc7

Please sign in to comment.