projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0942f82
)
Fixed build error from previous command-check modification
author
Martin Read
<martin@blackswordsonics.com>
Mon, 10 Feb 2014 16:13:26 +0000
(16:13 +0000)
committer
Martin Read
<martin@blackswordsonics.com>
Mon, 10 Feb 2014 16:13:26 +0000
(16:13 +0000)
display-nc.cc
patch
|
blob
|
history
diff --git
a/display-nc.cc
b/display-nc.cc
index
fb316f1
..
83cde0b
100644
(file)
--- 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;
}