From 05f8e6126c4bd864bd54e8d32818afce6676fbf7 Mon Sep 17 00:00:00 2001 From: Martin Read Date: Mon, 10 Feb 2014 16:13:26 +0000 Subject: [PATCH] Fixed build error from previous command-check modification --- display-nc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display-nc.cc b/display-nc.cc index fb316f1..83cde0b 100644 --- a/display-nc.cc +++ b/display-nc.cc @@ -1094,7 +1094,7 @@ void get_player_action(Action *act) print_help(); break; case '>': - if (lvl->terrain_at(u.pos) == STAIRS) + if (lvl.terrain_at(u.pos) == STAIRS) { act->cmd = GO_DOWN_STAIRS; } -- 2.11.0