From d9ee10d3b835e713a117df6f8ffae20e3bf3b27e Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 16 Mar 2006 00:20:33 +0000 Subject: (svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservation in savegames and update where used - Also add this capability to settings --- industry_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry_cmd.c') diff --git a/industry_cmd.c b/industry_cmd.c index daa23e65c..4026f7c4d 100644 --- a/industry_cmd.c +++ b/industry_cmd.c @@ -1935,7 +1935,7 @@ static const SaveLoad _industry_desc[] = { SLE_VAR(Industry,was_cargo_delivered,SLE_UINT8), // reserve extra space in savegame here. (currently 32 bytes) - SLE_CONDARR(NullStruct,null,SLE_FILE_U64 | SLE_VAR_NULL, 4, 2, SL_MAX_VERSION), + SLE_CONDNULL(32, 2, SL_MAX_VERSION), SLE_END() }; -- cgit v1.2.3-54-g00ecf