Fixed
svn-id: r9718
This commit is contained in:
parent
5ad330e145
commit
18bd921440
1 changed files with 0 additions and 5 deletions
|
@ -221,12 +221,7 @@ bool Scumm::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
|||
}
|
||||
|
||||
void Scumm::makeSavegameName(char *out, int slot, bool compatible) {
|
||||
|
||||
#ifndef __PALM_OS__
|
||||
sprintf(out, "%s.%c%.2d", _game_name, compatible ? 'c' : 's', slot);
|
||||
#else
|
||||
sprintf(out, "%s.%s%.2d", _game_name, compatible ? "c" : "s", slot);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Scumm::listSavegames(bool *marks, int num, SaveFileManager *mgr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue