From 35ef7850554f2500c0b33e4dc5b47c13205e01f0 Mon Sep 17 00:00:00 2001 From: luojunhui <3178965737@qq.com> Date: Mon, 22 Jan 2024 15:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NetHack-NetHack-3.7/src/timeout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NetHack-NetHack-3.7/src/timeout.c b/src/NetHack-NetHack-3.7/src/timeout.c index 65306af..9ec13c3 100644 --- a/src/NetHack-NetHack-3.7/src/timeout.c +++ b/src/NetHack-NetHack-3.7/src/timeout.c @@ -19,8 +19,7 @@ static void see_lamp_flicker(struct obj *, const char *); static void lantern_message(struct obj *); static void cleanup_burn(ANY_P *, long); -/* used by wizard mode #timeout and #wizintrinsic; order by 'interest' - for timeout countdown, where most won't occur in normal play */ + static const struct propname { int prop_num; const char *prop_name;