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
2018-06-12 09:36:54 -04:00
committed by Patric Mueller
parent f87e42e682
commit 43d06a4911

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*/