From fbda1183d703a5ee499dcd534b9b8312d161b2a6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 7 Jul 2024 10:40:03 -0400 Subject: [PATCH] comment bit --- src/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.c b/src/display.c index 16f92f19a..82d27558c 100644 --- a/src/display.c +++ b/src/display.c @@ -2379,7 +2379,7 @@ swallow_to_glyph(int mnum, int loc) * * Change the given zap direction and beam type into a glyph. Each beam * type has four glyphs, one for each of the symbols below. The order of - * the zap symbols [0-3] as defined in rm.h are: + * the zap symbols [0-3] as defined in defsym.h are: * * | S_vbeam ( 0, 1) or ( 0,-1) * - S_hbeam ( 1, 0) or (-1, 0)