(svn r4544) Merge two almost identical string (STR_1[08]00_LAND_SLOPED_IN_WRONG_DIRECTION) - one just contains two redundant words

This commit is contained in:
tron
2006-04-23 15:01:46 +00:00
parent dd180a1e18
commit aeab54e8ec
25 changed files with 1 additions and 25 deletions

View File

@@ -386,7 +386,7 @@ do_clear:;
}
ret = CheckRoadSlope(tileh, &pieces, existing);
if (CmdFailed(ret)) return_cmd_error(STR_1800_LAND_SLOPED_IN_WRONG_DIRECTION);
if (CmdFailed(ret)) return_cmd_error(STR_1000_LAND_SLOPED_IN_WRONG_DIRECTION);
if (ret != 0 && (!_patches.build_on_slopes || _is_old_ai_player)) {
return CMD_ERROR;
}