This commit is contained in:
@@ -13,10 +13,11 @@
|
|||||||
* *
|
* *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/*#include "cursesd.h"
|
#include "cursesd.h"
|
||||||
|
|
||||||
WINDOW *initscr()
|
WINDOW *initscr()
|
||||||
{
|
{
|
||||||
if ( stdscr == 0 )
|
if ( stdscr == 0 )
|
||||||
stdscr = (WINDOW)calloc(1,sizeof(*stdscr));
|
stdscr = (WINDOW *)calloc(1,sizeof(*stdscr));
|
||||||
}*/
|
return(stdscr);
|
||||||
|
}
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ inventory(struct rogue_state *rs,THING *list, int type)
|
|||||||
msg_esc = FALSE;
|
msg_esc = FALSE;
|
||||||
}
|
}
|
||||||
//if ( n_objs != inpack )
|
//if ( n_objs != inpack )
|
||||||
fprintf(stderr,"n_objs.%d vs inpack.%d\n",n_objs,inpack), sleep(2);
|
// fprintf(stderr,"n_objs.%d vs inpack.%d\n",n_objs,inpack), sleep(2);
|
||||||
if (n_objs == 0)
|
if (n_objs == 0)
|
||||||
{
|
{
|
||||||
if (terse)
|
if (terse)
|
||||||
|
|||||||
Reference in New Issue
Block a user