signs.c
changeset 1881 023a134a4b12
parent 1837 ebd6a1395d03
child 1891 92a3b0aa0946
--- a/signs.c	Mon May 30 21:46:10 2005 +0000
+++ b/signs.c	Mon May 30 22:16:05 2005 +0000
@@ -216,7 +216,7 @@
 	AddBlockToPool(&_sign_pool);
 }
 
-static const byte _sign_desc[] = {
+static const SaveLoad _sign_desc[] = {
 	SLE_VAR(SignStruct,str,						SLE_UINT16),
 	SLE_CONDVAR(SignStruct,x,					SLE_FILE_I16 | SLE_VAR_I32, 0, 4),
 	SLE_CONDVAR(SignStruct,y,					SLE_FILE_I16 | SLE_VAR_I32, 0, 4),