comment thinko

This commit is contained in:
PatR
2024-06-10 12:09:19 -07:00
parent d04c0f00ed
commit b9baaeb139

View File

@@ -404,7 +404,7 @@ remove_rooms(int lx, int ly, int hx, int hy)
/* /*
* Remove roomno from the rooms array, decrementing nroom. * 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. * within it have their roomno field updated. Other rooms are unaffected.
* Assumes level structure contents corresponding to roomno have already * Assumes level structure contents corresponding to roomno have already
* been reset. * been reset.