summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use3.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 14:50:20 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-28 14:50:20 +0000
commitd6691cfdd356ba705969519779a0bc499187e49a (patch)
tree49bdb26fa51eb9e4f40e2e082b18594030581440 /crawl-ref/source/it_use3.cc
parentcd1074ada41482c6127a185084fac16fd6a32508 (diff)
downloadcrawl-ref-d6691cfdd356ba705969519779a0bc499187e49a.tar.gz
crawl-ref-d6691cfdd356ba705969519779a0bc499187e49a.zip
[1857669] Fixed books using the wrong glyph when thrown, removed SYM_foo enum and replaced it with dchars.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3130 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/it_use3.cc')
-rw-r--r--crawl-ref/source/it_use3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use3.cc b/crawl-ref/source/it_use3.cc
index 5e4d1bf643..5d15554b41 100644
--- a/crawl-ref/source/it_use3.cc
+++ b/crawl-ref/source/it_use3.cc
@@ -852,7 +852,7 @@ void tome_of_power(int slot)
}
bolt beam;
- beam.type = SYM_BURST;
+ beam.type = dchar_glyph(DCHAR_FIRED_BURST);
beam.damage = dice_def( 3, 15 );
// unsure about this // BEAM_EXPLOSION instead? [dlb]
beam.flavour = BEAM_FIRE;