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:
parent
c40adffbdd
commit
9f175c4053
78 changed files with 152 additions and 213 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue