]> granicus.if.org Git - nethack/commitdiff
Merge branch 'NetHack-3.6.0' of https://rodney.nethack.org:20040/git/NHsource into...
authornhmall <mjnh@persona.ca>
Thu, 7 Jan 2016 01:21:29 +0000 (20:21 -0500)
committernhmall <mjnh@persona.ca>
Thu, 7 Jan 2016 01:21:29 +0000 (20:21 -0500)
1  2 
src/vault.c

diff --cc src/vault.c
index 3d40f990b4d85314d7f3c14317e19145f870fbce,52ca97660189c2659f3c55710fe171ef044a8141..365f06cc935ca8f55f67fe9916d074617c6a02c1
@@@ -377,10 -374,9 +377,10 @@@ invault(
          }
          trycount = 5;
          do {
 -            getlin("\"Hello stranger, who are you?\" -", buf);
 +            getlin(Deaf ? "You are required to sign in with your name. -" :
 +                    "\"Hello stranger, who are you?\" -", buf);
              (void) mungspaces(buf);
-         } while (!letter(buf[0]) && --trycount > 0);
+         } while (!buf[0] && --trycount > 0);
  
          if (u.ualign.type == A_LAWFUL
              /* ignore trailing text, in case player includes rank */