From d03f31d83bbc3c84104958e606432403e2910571 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Tue, 2 Jul 2002 02:47:28 +0000 Subject: [PATCH] comment tidbit --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index 5f7a9d44c..a7b7af499 100644 --- a/include/global.h +++ b/include/global.h @@ -333,7 +333,7 @@ struct version_info { #define MAXULEV 30 /* max character experience level */ -#define MAXMONNO 120 /* geno monst after this number killed */ +#define MAXMONNO 120 /* extinct monst after this number created */ #define MHPMAX 500 /* maximum monster hp */ #endif /* GLOBAL_H */