From 23709b3db3257532c9150eaf842fbf8afa9daae6 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Sun, 4 Feb 2024 21:56:09 -0500 Subject: [PATCH] Update comment. --- include/hack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hack.h b/include/hack.h index 085e443ce..e93595777 100644 --- a/include/hack.h +++ b/include/hack.h @@ -454,7 +454,7 @@ struct enum_dump { /* * This is the way the game ends. If these are rearranged, the arrays * in end.c and topten.c will need to be changed. Some parts of the - * code assume that PANIC separates the deaths from the non-deaths. + * code assume that PANICKED separates the deaths from the non-deaths. */ enum game_end_types { DIED = 0,