From b9baaeb139fba1b298234fdd42d2ac1fc8b83ffc Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 10 Jun 2024 12:09:19 -0700 Subject: [PATCH] comment thinko --- src/mkmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkmap.c b/src/mkmap.c index b007ec964..7246e97c4 100644 --- a/src/mkmap.c +++ b/src/mkmap.c @@ -404,7 +404,7 @@ remove_rooms(int lx, int ly, int hx, int hy) /* * Remove roomno from the rooms array, decrementing nroom. - * The last room is swapped from the being-removed room and locations + * The last room is swapped with the being-removed room and locations * within it have their roomno field updated. Other rooms are unaffected. * Assumes level structure contents corresponding to roomno have already * been reset.