projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9949090
)
Fixed numpad error in display-nc.cc
author
Martin Read
<martin@blackswordsonics.com>
Tue, 12 Nov 2013 15:48:06 +0000
(15:48 +0000)
committer
Martin Read
<martin@blackswordsonics.com>
Tue, 12 Nov 2013 15:48:06 +0000
(15:48 +0000)
display-nc.cc
patch
|
blob
|
history
diff --git
a/display-nc.cc
b/display-nc.cc
index
c8ee035
..
bc513bd
100644
(file)
--- a/
display-nc.cc
+++ b/
display-nc.cc
@@
-567,7
+567,7
@@
Pass_fail select_dir(Offset *pstep)
switch (ch)
{
case 'k':
- case '
4
':
+ case '
8
':
*pstep = North;
done = true;
break;
@@
-577,7
+577,7
@@
Pass_fail select_dir(Offset *pstep)
done = true;
break;
case 'h':
- case '
8
':
+ case '
4
':
*pstep = West;
done = true;
break;