Revert "Fixed nocreate."

This reverts commit 244a473a19.
This commit is contained in:
nhmall
2018-11-23 22:17:14 -05:00
parent 4590c9c0dd
commit 7ce4c28eb9
3 changed files with 13 additions and 16 deletions

View File

@@ -452,10 +452,6 @@ struct instance_context {
int spec_dbon_applies; /* coordinate effects from spec_dbon() with
* messages in artifact_hit() - artifact.c */
int mrank_sz; /* loaded by max_rank_sz - botl.c */
short nocreate; /* ini_inv() - u_init.c = STRANGE_OBJECT */
short nocreate2; /* ini_inv() - u_init.c = STRANGE_OBJECT */
short nocreate3; /* ini_inv() - u_init.c = STRANGE_OBJECT */
short nocreate4; /* ini_inv() - u_init.c = STRANGE_OBJECT */
};
E struct instance_context icontext;