summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 20:49:29 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 20:49:29 +0000
commitec5b80d6bf96936a3f803e89c7128effa703ebe7 (patch)
treef92d236e8e9bd3a74b87c23453a91be0a8ccbb70 /crawl-ref/source/directn.cc
parent4c540e1c4e99150305b9c5297928ed1794cec13c (diff)
downloadcrawl-ref-ec5b80d6bf96936a3f803e89c7128effa703ebe7.tar.gz
crawl-ref-ec5b80d6bf96936a3f803e89c7128effa703ebe7.zip
* Add description toggle (only '?' this time) into spellcasting menu and
make I use a loop as well, so that z?? and I are now functionally identical. (Which of course brings up the question of whether you really need an additional key to do this. :p) * Simplify a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9413 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index ffac5ff9c2..26c6a58f6b 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -50,7 +50,6 @@ REVISION("$Rev$");
#ifdef USE_TILE
#include "tiles.h"
#include "tilereg.h"
-// #include "tilesdl.h"
#endif
#include "terrain.h"
#include "traps.h"