(svn r10300) -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches.

This commit is contained in:
rubidium
2007-06-24 12:27:11 +00:00
parent 5ee292d806
commit 331c9eec7b
42 changed files with 172 additions and 140 deletions

View File

@@ -28,6 +28,8 @@ enum SaveOrLoadMode {
SL_BMP = 4,
};
void SetSaveLoadError(uint16 str);
const char *GetSaveLoadErrorString();
SaveOrLoadResult SaveOrLoad(const char *filename, int mode, Subdirectory sb);
void WaitTillSaved();
void DoExitSave();