From b744ad41d92955b215b3097a7bb2c338de2583ea Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 9 Dec 2024 16:07:27 -0500 Subject: [PATCH] follow-up correct ordering of impossible() fmt --- src/light.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/light.c b/src/light.c index 6675e0d86..e89c316ca 100644 --- a/src/light.c +++ b/src/light.c @@ -676,7 +676,7 @@ write_ls(NHFILE *nhfp, light_source *ls) ls->id = cg.zeroany; ls->id.a_uint = mtmp->m_id; if (find_mid((unsigned) ls->id.a_uint, monloc) != mtmp) { - impossible("write_ls: can't find mon #%u%s!", + impossible("write_ls: can't find mon%s #%u!", DEADMONSTER(mtmp) ? " because it's dead" : "", ls->id.a_uint);