HDB: Proper prototype for saveGameState()

This commit is contained in:
Eugene Sandulenko 2019-07-09 11:38:52 +02:00
parent 6e0e4411a1
commit d12d3ee647
3 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
namespace HDB {
Common::Error HDBGame::saveGameState(int slot) {
Common::Error HDBGame::saveGameState(int slot, const Common::String &desc) {
// If no map is loaded, don't try to save
if (!g_hdb->_map->isLoaded())
@ -128,4 +128,4 @@ void HDBGame::loadGame(Common::InSaveFile *in) {
_gfx->turnOffFade();
}
} // End of Namespace
} // End of Namespace