ENGINES: Cleanup of savegame filenames generation

This removes filename methods when it matched the Engine method.
Secondly, ensuring there was an overriden getSaveStateName method
for engines that didn't do the standard target.00x save filenames
This commit is contained in:
Paul Gilbert 2020-02-06 21:54:41 -08:00 committed by Paul Gilbert
parent c40adffbdd
commit 9f175c4053
78 changed files with 152 additions and 213 deletions

View file

@ -110,12 +110,6 @@ protected:
*/
void doRoom();
/**
* Support method that generates a savegame name
* @param slot Slot number
*/
Common::String generateSaveName(int slot);
/**
* Play back an entire video
*/