From 1588fd235e1e21ca3bea8e83b77cb00a1e0d1b82 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 15 Oct 2018 00:09:29 +0800 Subject: add fortune remove_a_land, rewrite using struct housing_land --- csrc/land.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csrc/land.h') diff --git a/csrc/land.h b/csrc/land.h index ce59491..215a414 100644 --- a/csrc/land.h +++ b/csrc/land.h @@ -1,5 +1,6 @@ struct housing_land { + int16_t x, y; char name[]; // 0x04 uint8_t price_status; // 0x17 uint8_t type; // 0x18: chained store or house @@ -7,7 +8,7 @@ struct housing_land uint8_t level; // 0x1a uint16_t land_price; // 0x1c uint16_t house_price; // 0x1e - uint32_t _; // 0x30 + uint32_t flast; // 0x30 }; /* size is 0x34=52 */ struct business_land -- cgit v1.2.3