(svn r9823) -Feature: Add support for house property 1F - minimum life span.

This commit is contained in:
maedhros
2007-05-10 16:03:06 +00:00
parent 9643fd7638
commit 3cc31aae86
4 changed files with 9 additions and 3 deletions

View File

@@ -1429,6 +1429,10 @@ static bool TownHouseChangeInfo(uint hid, int numinfo, int prop, byte **bufp, in
}
break;
case 0x1F: // Minimum life span
FOR_EACH_OBJECT housespec[i]->minimum_life = grf_load_byte(&buf);
break;
default:
ret = true;
break;