summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 6316209b4a..eca23d3815 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -3206,7 +3206,7 @@ job_query:
int job_count = 0;
int job = -1;
- for (int i = 0; i < NUM_JOBS; i++)
+ for (i = 0; i < NUM_JOBS; i++)
{
if (!you.species || class_allowed(you.species, i))
{