From 6efb8c528e9499aafb754a07e00d8660b81e4a53 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 14 Jul 2022 00:48:10 -0700 Subject: [PATCH] comment typo/thinko --- src/dog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dog.c b/src/dog.c index 7047c38c7..be1bb2d74 100644 --- a/src/dog.c +++ b/src/dog.c @@ -296,7 +296,7 @@ losedogs(void) } /* place pets and/or any other monsters who accompany hero; - any that fail to arrive (level may be level) will be moved + any that fail to arrive (level may be full) will be moved to migrating_mons and immediately retry (and fail again) below */ while ((mtmp = g.mydogs) != 0) { g.mydogs = mtmp->nmon; -- 2.50.1