Debug: Add minimum_life to house debug window

This commit is contained in:
Jonathan G Rennison
2021-09-18 12:43:22 +01:00
parent 0dcb04f450
commit 2e626d70e8

View File

@@ -502,7 +502,7 @@ class NIHHouse : public NIHelper {
print(buffer); print(buffer);
seprintf(buffer, lastof(buffer), " extra_flags: 0x%X", hs->extra_flags); seprintf(buffer, lastof(buffer), " extra_flags: 0x%X", hs->extra_flags);
print(buffer); print(buffer);
seprintf(buffer, lastof(buffer), " remove_rating_decrease: %u", hs->remove_rating_decrease); seprintf(buffer, lastof(buffer), " remove_rating_decrease: %u, minimum_life: %u", hs->remove_rating_decrease, hs->minimum_life);
print(buffer); print(buffer);
seprintf(buffer, lastof(buffer), " population: %u, mail_generation: %u", hs->population, hs->mail_generation); seprintf(buffer, lastof(buffer), " population: %u, mail_generation: %u", hs->population, hs->mail_generation);
print(buffer); print(buffer);