]> granicus.if.org Git - nethack/commit
remove stale feature alert
authornhmall <mjnh@persona.ca>
Sun, 22 Mar 2015 22:11:49 +0000 (18:11 -0400)
committernhmall <mjnh@persona.ca>
Sun, 22 Mar 2015 22:11:49 +0000 (18:11 -0400)
commita948e6aafbe828a16891b25c75f12c2d73521644
tree74b2a4145d069aedc24d40e31653a29bc251fedc
parent0e6355e01718fbe71065ec6ebc86511ce42373c7
remove stale feature alert

This old feature alert from 3.3.0 is pretty stale, so remove
if from the code because everybody has probably suppressed
it by now.

/* Because 'Q' used to be quit... */
if (flags.suppress_alert < FEATURE_NOTICE_VER(3,3,0))
pline("Note: Please use #quit if you wish to exit the game.");
src/wield.c