summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 19:06:47 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-20 19:06:47 +0000
commit0da6681bc0a2f308f9bca6e030adf9a54bc3b959 (patch)
treeb64e201111e3c3882a615a7bd3b652a7a036a28f /crawl-ref/source/tilepick.cc
parent3a83e92a99ce7a161f36e0bd2f1412580ef9bca0 (diff)
downloadcrawl-ref-0da6681bc0a2f308f9bca6e030adf9a54bc3b959.tar.gz
crawl-ref-0da6681bc0a2f308f9bca6e030adf9a54bc3b959.zip
Spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10356 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 50ccb40183..415ce076e4 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -2394,7 +2394,7 @@ int tileidx_feature(int object, int gx, int gy)
}
case DNGN_FLOOR:
case DNGN_UNDISCOVERED_TRAP:
- return TILE_FLOOR_NORMAL;
+ return TILE_FLOOR_NORMAL;
case DNGN_ENTER_HELL:
return TILE_DNGN_ENTER_HELL;
case DNGN_OPEN_DOOR:
@@ -2434,7 +2434,7 @@ int tileidx_feature(int object, int gx, int gy)
case DNGN_EXIT_ABYSS:
case DNGN_EXIT_HELL:
case DNGN_EXIT_PANDEMONIUM:
- return TILE_DNGN_EXIT_ABYSS;
+ return TILE_DNGN_EXIT_ABYSS;
case DNGN_STONE_ARCH:
return TILE_DNGN_STONE_ARCH;
case DNGN_ENTER_PANDEMONIUM:
@@ -2454,7 +2454,7 @@ int tileidx_feature(int object, int gx, int gy)
case DNGN_ENTER_TOMB:
case DNGN_ENTER_SWAMP:
case DNGN_ENTER_SHOALS:
- return TILE_DNGN_ENTER;
+ return TILE_DNGN_ENTER;
case DNGN_ENTER_ZOT:
if (you.opened_zot)
@@ -2475,10 +2475,10 @@ int tileidx_feature(int object, int gx, int gy)
case DNGN_RETURN_FROM_TOMB:
case DNGN_RETURN_FROM_SWAMP:
case DNGN_RETURN_FROM_SHOALS:
- return TILE_DNGN_RETURN;
+ return TILE_DNGN_RETURN;
case DNGN_ENTER_PORTAL_VAULT:
case DNGN_EXIT_PORTAL_VAULT:
- return TILE_DNGN_PORTAL;
+ return TILE_DNGN_PORTAL;
// altars
case DNGN_ALTAR_ZIN:
@@ -2524,7 +2524,7 @@ int tileidx_feature(int object, int gx, int gy)
case DNGN_DRY_FOUNTAIN_SPARKLING:
case DNGN_DRY_FOUNTAIN_BLOOD:
case DNGN_PERMADRY_FOUNTAIN:
- return TILE_DNGN_DRY_FOUNTAIN;
+ return TILE_DNGN_DRY_FOUNTAIN;
}
return TILE_DNGN_ERROR;