1
0
forked from 0ad/0ad

Messed up variable name in 9dc66a27d8.

This was SVN commit r18368.
This commit is contained in:
elexis 2016-06-12 15:29:43 +00:00
parent 929711febb
commit 31decd6274

View File

@ -46,7 +46,7 @@ namespace SavedGames
* @param guiMetadataClone if not NULL, store some UI-related data with the saved game * @param guiMetadataClone if not NULL, store some UI-related data with the saved game
* @return INFO::OK if successfully saved, else an error Status * @return INFO::OK if successfully saved, else an error Status
*/ */
Status Save(const CStrW& name, const CStrW& description, CSimulation2& simulation, const shared_ptr<ScriptInterface::StructuredClone>& guiMetadata); Status Save(const CStrW& name, const CStrW& description, CSimulation2& simulation, const shared_ptr<ScriptInterface::StructuredClone>& guiMetadataClone);
/** /**
* Create new saved game archive with given prefix and simulation data * Create new saved game archive with given prefix and simulation data
@ -57,7 +57,7 @@ Status Save(const CStrW& name, const CStrW& description, CSimulation2& simulatio
* @param guiMetadataClone if not NULL, store some UI-related data with the saved game * @param guiMetadataClone if not NULL, store some UI-related data with the saved game
* @return INFO::OK if successfully saved, else an error Status * @return INFO::OK if successfully saved, else an error Status
*/ */
Status SavePrefix(const CStrW& prefix, const CStrW& description, CSimulation2& simulation, const shared_ptr<ScriptInterface::StructuredClone>& guiMetadata); Status SavePrefix(const CStrW& prefix, const CStrW& description, CSimulation2& simulation, const shared_ptr<ScriptInterface::StructuredClone>& guiMetadataClone);
/** /**
* Load saved game archive with the given name * Load saved game archive with the given name