industry_cmd.c
changeset 3222 6de22e06a1e9
parent 3173 f56ca618721b
child 3282 d026008a8f7c
--- a/industry_cmd.c	Wed Mar 15 21:55:59 2006 +0000
+++ b/industry_cmd.c	Thu Mar 16 00:20:33 2006 +0000
@@ -1935,7 +1935,7 @@
 	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()
 };