From: nothere Date: Sun, 23 May 2004 07:08:18 +0000 (+0000) Subject: 荒野の沼地で, 実際の地形としても沼地を出現させるように変更. X-Git-Tag: v2.1.2~511 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3ca79e2f005574617dd7c9e525051ce3ccbf7df9;p=hengband%2Fhengband.git 荒野の沼地で, 実際の地形としても沼地を出現させるように変更. --- diff --git a/src/wild.c b/src/wild.c index 6858209ec..bd779574f 100644 --- a/src/wild.c +++ b/src/wild.c @@ -258,29 +258,29 @@ static int terrain_table[MAX_WILDERNESS][18] = }, /* TERRAIN_SWAMP */ { - FEAT_FLOOR, - FEAT_FLOOR, - FEAT_FLOOR, + FEAT_DIRT, + FEAT_DIRT, + FEAT_GRASS, - FEAT_SHAL_WATER, + FEAT_GRASS, + FEAT_GRASS, + FEAT_TREES, + + FEAT_DEEP_GRASS, FEAT_SHAL_WATER, FEAT_SHAL_WATER, FEAT_SHAL_WATER, FEAT_SHAL_WATER, - FEAT_SHAL_WATER, + FEAT_SWAMP, - FEAT_GRASS, - FEAT_GRASS, - FEAT_GRASS, + FEAT_SWAMP, + FEAT_SWAMP, + FEAT_SWAMP, - FEAT_GRASS, - FEAT_DIRT, - FEAT_DIRT, - - FEAT_DIRT, - FEAT_DEEP_GRASS, - FEAT_TREES, + FEAT_SWAMP, + FEAT_SWAMP, + FEAT_SWAMP, }, /* TERRAIN_DIRT */ {