From 963ee14528f9d038db2e07d2181179a5f0e8da4f Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 28 Feb 2025 19:20:36 -0500 Subject: [PATCH] remove references to lev_main.c from comments --- src/drawing.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/drawing.c b/src/drawing.c index 7881e1f8e..587489053 100644 --- a/src/drawing.c +++ b/src/drawing.c @@ -83,8 +83,9 @@ const uchar def_r_oc_syms[MAXOCLASSES] = { /* * Convert the given character to an object class. If the character is not - * recognized, then MAXOCLASSES is returned. Used in detect.c, invent.c, - * objnam.c, options.c, pickup.c, sp_lev.c, lev_main.c, and tilemap.c. + * recognized, then MAXOCLASSES is returned. Used in detect.c, drawing.c, + * invent.c, o_init.c, objnam.c, options.c, pickup.c, sp_lev.c, and + * windows.c. */ int def_char_to_objclass(char ch) @@ -100,7 +101,8 @@ def_char_to_objclass(char ch) /* * Convert a character into a monster class. This returns the _first_ * match made. If there are no matches, return MAXMCLASSES. - * Used in detect.c, options.c, read.c, sp_lev.c, and lev_main.c + * Used in detect.c, drawing.c, mondata.c, options.c, pickup.c, + * sp_lev.c, and windows.c. */ int def_char_to_monclass(char ch)