aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/saveload.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index 85194f4b81..0c392e6ade 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -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) {