Implemented the 'Start Again' menu option to properly restart the game

svn-id: r39981
This commit is contained in:
Paul Gilbert 2009-04-18 12:03:21 +00:00
parent 9efb96ce69
commit f53b4d3de4
4 changed files with 9 additions and 0 deletions

View file

@ -42,6 +42,7 @@ struct CruiseSavegameHeader {
Common::Error saveSavegameData(int saveGameIdx, const Common::String &saveName);
Common::Error loadSavegameData(int saveGameIdx);
bool readSavegameHeader(Common::InSaveFile *in, CruiseSavegameHeader &header);
void initVars(void);
} // End of namespace Cruise