Default shk sell prompt to N

It can get annoying when you accidentally sell something you didn't mean
to by hitting space or enter at this prompt.
This commit is contained in:
copperwater
2020-01-04 22:54:14 +01:00
committed by Patric Mueller
parent f87e42e682
commit 43d06a4911
+1 -1
View File
@@ -3258,7 +3258,7 @@ xchar x, y;
} else
qbuf[0] = '\0'; /* just to pacify lint */
switch (g.sell_response ? g.sell_response : ynaq(qbuf)) {
switch (g.sell_response ? g.sell_response : nyaq(qbuf)) {
case 'q':
g.sell_response = 'n';
/*FALLTHRU*/