summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-07 21:35:39 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-07 21:35:39 +0100
commitf536c278597be3ae8664785ba1997085f177e89b (patch)
tree3c3baf1e2b0d2c046e07ae4cb179dcb60c5806e6 /crawl-ref/source/player.cc
parent81ae2f6d115443d5e75ae4a4c4bb9e3629e93fe7 (diff)
downloadcrawl-ref-f536c278597be3ae8664785ba1997085f177e89b.tar.gz
crawl-ref-f536c278597be3ae8664785ba1997085f177e89b.zip
Rename transfor.{cc,h} to transform.{cc,h}.
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 49ebabc724..52f577cc12 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -61,7 +61,7 @@
#include "stuff.h"
#include "areas.h"
#include "terrain.h"
-#include "transfor.h"
+#include "transform.h"
#include "traps.h"
#include "travel.h"
#include "tutorial.h"