From 18962b41d98a09779e1f1a08f191c67263bee8ea Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 20 Nov 2023 16:23:51 -0800 Subject: [PATCH] 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. --- include/decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/decl.h b/include/decl.h index aa8b02b51..cf40b71a7 100644 --- a/include/decl.h +++ b/include/decl.h @@ -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 */