From: Martin Read Date: Mon, 10 Feb 2014 16:13:26 +0000 (+0000) Subject: Fixed build error from previous command-check modification X-Git-Tag: 0.9.0~4 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=05f8e6126c4bd864bd54e8d32818afce6676fbf7;p=victrix-abyssi Fixed build error from previous command-check modification --- 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; }