(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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user