gi.invalid_obj -> hands_obj

This commit is contained in:
nhmall
2023-11-11 19:49:38 -05:00
parent 47bca92e6c
commit 76d328d86a
15 changed files with 40 additions and 34 deletions

View File

@@ -468,7 +468,6 @@ struct instance_globals_i {
boolean in_mk_themerooms;
/* new */
struct obj invalid_obj;
boolean havestate;
unsigned long magic; /* validate that structure layout is preserved */
@@ -1149,6 +1148,8 @@ struct const_globals {
extern const struct const_globals cg;
extern struct obj hands_obj;
#endif /* DECL_H */