File diff r6490:ba88f1f6bfd1 → r6491:6b6c19f090e1
src/misc.cpp
Show inline comments
 
@@ -286,7 +286,7 @@ static void Load_NAME()
 
	int index;
 

	
 
	while ((index = SlIterateArray()) != -1) {
 
		SlArray(_name_array[index],SlGetFieldLength(),SLE_UINT8);
 
		SlArray(_name_array[index], SlGetFieldLength(), SLE_UINT8);
 
	}
 
}