Codechange: move SLF_NO_NETWORK_SYNC into settings
It is a settings-only flag, so don't pollute SaveLoad code with it.
This commit is contained in:

committed by
Patric Stout

parent
414e12d26b
commit
264991dfa5
@@ -896,6 +896,7 @@ void WriteValue(void *ptr, VarType conv, int64 val);
|
||||
void SlSetArrayIndex(uint index);
|
||||
int SlIterateArray();
|
||||
|
||||
uint SlCalcConvMemLen(VarType conv);
|
||||
void SlAutolength(AutolengthProc *proc, void *arg);
|
||||
size_t SlGetFieldLength();
|
||||
void SlSetLength(size_t length);
|
||||
|
Reference in New Issue
Block a user