Initial cursesd

This commit is contained in:
jl777
2019-02-17 00:46:28 -11:00
parent e225c54012
commit e3ccd36f0b
10 changed files with 465 additions and 139 deletions

View File

@@ -87,6 +87,7 @@ score(struct rogue_state *rs,int amount, int flags, char monst)
delwin(curscr);
if (hw != NULL)
delwin(hw);
hw = NULL;
}
top_ten = (SCORE *) malloc(numscores * sizeof (SCORE));