summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/main.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index b88c8d6862..f4df99c9bb 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -275,6 +275,9 @@ int main( int argc, char *argv[] )
// Activate markers only after the welcome message, so the
// player can see any resulting messages.
env.markers.activate_all();
+ // Call again to make Ctrl-X work correctly for items
+ // in los on turn 0.
+ maybe_update_stashes();
if (game_start && you.char_class == JOB_WANDERER)
_wanderer_startup_message();