Revert "Moved pickup globals to instance_globals."

This reverts commit 01596f1660.
This commit is contained in:
nhmall
2018-11-23 22:16:40 -05:00
parent 734a6c2ddb
commit 61a35d4ac0
3 changed files with 78 additions and 80 deletions

View File

@@ -463,11 +463,6 @@ struct instance_globals {
/* pickup.c */
int oldcap; /* last encumberance */
/* current_container is set in use_container(), to be used by the
callback routines in_container() and out_container() from askchain()
and use_container(). Also used by menu_loot() and container_gone(). */
struct obj *current_container;
boolean abort_looting;
/* pline.c */
unsigned pline_flags;