DRACI: Remove all instances of s(n)printf
This commit is contained in:
parent
59dfd6e859
commit
668ae0363e
5 changed files with 10 additions and 14 deletions
|
@ -86,7 +86,7 @@ void writeSavegameHeader(Common::OutSaveFile *out, const DraciSavegameHeader &he
|
|||
}
|
||||
|
||||
Common::Error saveSavegameData(int saveGameIdx, const Common::String &saveName, DraciEngine &vm) {
|
||||
const char *filename = vm.getSavegameFile(saveGameIdx);
|
||||
Common::String filename = vm.getSavegameFile(saveGameIdx);
|
||||
Common::SaveFileManager *saveMan = g_system->getSavefileManager();
|
||||
Common::OutSaveFile *f = saveMan->openForSaving(filename);
|
||||
if (f == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue