src/industry_cmd.cpp
changeset 7610 13b7d9e247d2
parent 7608 7c091bba8741
child 7613 a186fd355933
--- a/src/industry_cmd.cpp	Sat Sep 22 12:59:43 2007 +0000
+++ b/src/industry_cmd.cpp	Sat Sep 22 13:56:38 2007 +0000
@@ -2074,6 +2074,8 @@
 	SLE_CONDVAR(Industry, last_cargo_accepted_at,     SLE_INT32,                 70, SL_MAX_VERSION),
 	SLE_CONDVAR(Industry, selected_layout,            SLE_UINT8,                 73, SL_MAX_VERSION),
 
+	SLE_CONDARRX(cpp_offsetof(Industry, psa) + cpp_offsetof(Industry::PersistentStorage, storage), SLE_UINT32, 16, 76, SL_MAX_VERSION),
+
 	/* reserve extra space in savegame here. (currently 32 bytes) */
 	SLE_CONDNULL(32, 2, SL_MAX_VERSION),