industry_cmd.c
changeset 1881 435d39bd6ee0
parent 1800 1324958d7c73
child 1891 862800791170
--- a/industry_cmd.c	Mon May 30 21:46:10 2005 +0000
+++ b/industry_cmd.c	Mon May 30 22:16:05 2005 +0000
@@ -1945,7 +1945,7 @@
 	GetSlopeTileh_Industry,			/* get_slope_tileh_proc */
 };
 
-static const byte _industry_desc[] = {
+static const SaveLoad _industry_desc[] = {
 	SLE_CONDVAR(Industry, xy,					SLE_FILE_U16 | SLE_VAR_U32, 0, 5),
 	SLE_CONDVAR(Industry, xy,					SLE_UINT32, 6, 255),
 	SLE_VAR(Industry,width,						SLE_UINT8),