summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index afdeae07d3..183fb0a6d1 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2305,6 +2305,7 @@ static bool _choose_weapon()
keyin = 'a' + i;
}
}
+ break;
case '%':
list_commands('%');
return _choose_weapon();