Merge branch 'save_ext' into tracerestrict-sx

Conflicts:
	src/pathfinder/yapf/yapf_costrail.hpp
This commit is contained in:
Jonathan G Rennison
2015-08-09 11:57:09 +01:00
27 changed files with 475 additions and 269 deletions

View File

@@ -2469,8 +2469,6 @@ static inline void ClearSaveLoadState()
delete _sl.lf;
_sl.lf = NULL;
SlXvSetCurrentState();
}
/**
@@ -2782,6 +2780,8 @@ static SaveOrLoadResult DoLoad(LoadFilter *reader, bool load_check)
GamelogStopAction();
}
SlXvSetCurrentState();
return SL_OK;
}
@@ -2841,6 +2841,7 @@ SaveOrLoadResult SaveOrLoad(const char *filename, int mode, Subdirectory sb, boo
return SL_REINIT;
}
GamelogStopAction();
SlXvSetCurrentState();
return SL_OK;
}