From 54c2169ec9a99e34e1270e43e9fd1fccd3d2a824 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 9 May 2026 12:24:34 -0300 Subject: fix issues with TMonster constructor + Search functions + UH formula The issue with the TMonster constructor was obvious, but the others were slightly different from the original. --- src/houses.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/houses.cc') diff --git a/src/houses.cc b/src/houses.cc index 5c03ad8..2fe0da2 100644 --- a/src/houses.cc +++ b/src/houses.cc @@ -798,8 +798,8 @@ static Object CreateTempDepot(void){ return TempDepot; } -// NOTE(fusion): This is used inside house processing functions to empty the depot -// container after processing a player's depot. +// NOTE(fusion): This is used by house processing functions to clear the temporary +// depot container after processing player depots. static void DeleteContainerObjects(Object Con){ Object Obj = GetFirstContainerObject(Con); while(Obj != NONE){ -- cgit v1.2.3