win32 stuff held until after bugfix release (from <Someone>)

-better handling of "more" prompt for messages that would have      scrolled off the window
-support perm_invent
-menu option to add/remove windows captions
This commit is contained in:
nethack.allison
2003-03-03 23:31:36 +00:00
parent b83d8d3b5d
commit 27977b7c15
31 changed files with 906 additions and 399 deletions
+3
View File
@@ -410,6 +410,8 @@ char *argv[];
if (discover)
You("are in non-scoring discovery mode.");
update_inventory();
if (discover || wizard) {
if(yn("Do you want to keep the save file?") == 'n'){
(void) delete_savefile();
@@ -428,6 +430,7 @@ not_recovered:
set_wear();
(void) pickup(1);
read_engr_at(u.ux,u.uy);
update_inventory();
}
#ifndef NO_SIGNAL