BACKENDS: Remove request to mail Fingolfin.
This commit is contained in:
parent
d6d63a16e2
commit
12046ea0d7
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ bool DefaultSaveFileManager::removeSavefile(const Common::String &filename) {
|
|||
file = _saveFileCache.end();
|
||||
|
||||
// FIXME: remove does not exist on all systems. If your port fails to
|
||||
// compile because of this, please let us know (scummvm-devel or Fingolfin).
|
||||
// compile because of this, please let us know (scummvm-devel).
|
||||
// There is a nicely portable workaround, too: Make this method overloadable.
|
||||
if (remove(fileNode.getPath().c_str()) != 0) {
|
||||
#ifndef _WIN32_WCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue