src/misc.cpp
changeset 6491 00dc414c909d
parent 6453 226bcddeba32
child 6643 f81bee57bc09
equal deleted inserted replaced
6490:fe4443fba5e3 6491:00dc414c909d
   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),