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:
PatR
2023-11-20 16:23:51 -08:00
parent d00707984b
commit 18962b41d9

View File

@@ -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 */