summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-05 19:02:04 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-05 19:02:04 +0000
commit06be6fc4f786caf88645fc110637848c65082e00 (patch)
tree662b1c0ccf739935400ef8d4c0bd1dceb72c5ed9 /crawl-ref/source/describe.cc
parentccb8040b9032ede89892acff85c48d517ab16c14 (diff)
downloadcrawl-ref-06be6fc4f786caf88645fc110637848c65082e00.tar.gz
crawl-ref-06be6fc4f786caf88645fc110637848c65082e00.zip
More randart names and appearances.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1761 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index ec86fe173f..3229cb329a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -380,7 +380,7 @@ static std::string describe_demon(const monsters &mons)
globby *= ghost.name.length();
- push_rng_state();
+ rng_save_excursion exc;
seed_rng( globby );
std::string description = "A powerful demon, ";
@@ -703,8 +703,6 @@ static std::string describe_demon(const monsters &mons)
default:
break;
}
-
- pop_rng_state();
return description;
} // end describe_demon()