From 2aef97c76417be892660cf4f91da3953f222d2b9 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Fri, 8 Jan 2010 11:12:27 +0530 Subject: Fix order of trees and open sea in feature names. --- crawl-ref/source/terrain.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/terrain.cc') diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc index edb0479da5..3e41180fcd 100644 --- a/crawl-ref/source/terrain.cc +++ b/crawl-ref/source/terrain.cc @@ -1304,8 +1304,8 @@ const char *dngn_feature_names[] = "unseen", "closed_door", "detected_secret_door", "secret_door", "wax_wall", "metal_wall", "green_crystal_wall", "rock_wall", "stone_wall", "permarock_wall", -"clear_rock_wall", "clear_stone_wall", "clear_permarock_wall", "trees", -"open_sea", "orcish_idol", "", "", "", "", "", +"clear_rock_wall", "clear_stone_wall", "clear_permarock_wall", "open_sea", +"trees", "orcish_idol", "", "", "", "", "", "granite_statue", "statue_reserved_1", "statue_reserved_2", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", @@ -1391,4 +1391,3 @@ const char *dungeon_feature_name(dungeon_feature_type rfeat) return dngn_feature_names[feat]; } - -- cgit v1.2.3-54-g00ecf