From 6431f4727cf7ed293b6d24ce2ee2a49a8b16ebd1 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 1 Feb 2025 14:09:58 -0500 Subject: [PATCH] comment instructions in mextra.h updated --- include/mextra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mextra.h b/include/mextra.h index 1942f9dc7..293132450 100644 --- a/include/mextra.h +++ b/include/mextra.h @@ -50,7 +50,7 @@ * src/makemon.c: if (mmflags & MM_XX) newXX(mtmp); * your new code: mon = makemon(&mons[mnum], x, y, MM_XX); * - * 7. Adjust size_monst() in src/cmd.c appropriately. + * 7. Adjust size_monst() in src/wizcmds.c appropriately. * 8. Adjust dealloc_mextra() in src/mon.c to clean up * properly during monst deallocation. * 9. Adjust copy_mextra() in src/mon.c to make duplicate