summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 5f84370253..a1003b1385 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -585,7 +585,7 @@ void abyss_teleport( bool new_area )
// Get new monsters and colours.
init_pandemonium();
#ifdef USE_TILE
- tile_init_flavor();
+ tile_init_flavour();
#endif
for (int i = 0; i < MAX_MONSTERS; ++i)