decl.h comment
Sync with decl.c. dbridge.c never had anything to do with these variables. They were part of decl.c before they got collected into struct g, then split among struct ga to gz. (This only fixes up the comment in gl; there may be more, possibly quite a few more.) These might be better classified as /*dungeon.c*/ although they weren't defined there.
This commit is contained in:
@@ -503,7 +503,7 @@ struct instance_globals_l {
|
||||
/* cmd.c */
|
||||
cmdcount_nht last_command_count;
|
||||
|
||||
/* dbridge.c */
|
||||
/* decl.c (before being incorporated into instance_globals_*) */
|
||||
schar lastseentyp[COLNO][ROWNO]; /* last seen/touched dungeon typ */
|
||||
struct linfo level_info[MAXLINFO];
|
||||
dlevel_t level; /* level map */
|
||||
|
||||
Reference in New Issue
Block a user