src/misc.cpp
branchnoai
changeset 9601 b499fdd106d5
parent 9599 949374e83b78
child 9624 b71483f2330f
equal deleted inserted replaced
9600:59cc173953ae 9601:b499fdd106d5
   284 static void Load_NAME()
   284 static void Load_NAME()
   285 {
   285 {
   286 	int index;
   286 	int index;
   287 
   287 
   288 	while ((index = SlIterateArray()) != -1) {
   288 	while ((index = SlIterateArray()) != -1) {
   289 		SlArray(_name_array[index],SlGetFieldLength(),SLE_UINT8);
   289 		SlArray(_name_array[index], SlGetFieldLength(), SLE_UINT8);
   290 	}
   290 	}
   291 }
   291 }
   292 
   292 
   293 static const SaveLoadGlobVarList _date_desc[] = {
   293 static const SaveLoadGlobVarList _date_desc[] = {
   294 	SLEG_CONDVAR(_date,                   SLE_FILE_U16 | SLE_VAR_I32,  0,  30),
   294 	SLEG_CONDVAR(_date,                   SLE_FILE_U16 | SLE_VAR_I32,  0,  30),