summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-04 14:55:20 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-04 14:55:20 +0000
commit763ef75bd1f9c97c9f1ebee467bde287f156f483 (patch)
treef645bdfd8b2c188014cc77845452e807338a242e /crawl-ref
parent9cb9f3833535589af32337d2883d8286cd58631f (diff)
downloadcrawl-ref-763ef75bd1f9c97c9f1ebee467bde287f156f483.tar.gz
crawl-ref-763ef75bd1f9c97c9f1ebee467bde287f156f483.zip
Nuke a compilation warning on Windows.
Add bazaars to level-design.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2054 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/docs/level-design.txt1
-rw-r--r--crawl-ref/source/newgame.cc1
2 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/docs/level-design.txt b/crawl-ref/docs/level-design.txt
index e97e8f858d..939ccfaacb 100644
--- a/crawl-ref/docs/level-design.txt
+++ b/crawl-ref/docs/level-design.txt
@@ -21,6 +21,7 @@ are in use:
asciiart.des - a few entry vaults which contain proper ASCII art.
these are a matter of taste - some find this annoying.
+ bazaar.des - entrances to bazaar portal vaults, and bazaars proper
elf.des - Elf:7
entry.des - entry vaults (each game - but not tutorial games - uses one of
these premade maps for the vicinity of the entrance)
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 859383a6c0..ac86dfed9f 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1624,7 +1624,6 @@ static bool choose_weapon( void )
{
unsigned char keyin = 0;
int num_choices = 4;
- int temp_rand; // probability determination {dlb}
if (you.char_class == JOB_GLADIATOR || you.species == SP_MERFOLK)
num_choices = 5;