src/misc.cpp
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
equal deleted inserted replaced
6307:f40e88cff863 6308:646711c5feaa
   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),