aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/detection.cpp')
-rw-r--r--engines/tinsel/detection.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp
index 526d72e4a4..a52a6c9c1e 100644
--- a/engines/tinsel/detection.cpp
+++ b/engines/tinsel/detection.cpp
@@ -359,9 +359,7 @@ SaveStateList TinselMetaEngine::listSaves(const char *target) const {
SaveStateList saveList;
for (int i = 0; i < numStates; i++) {
- SaveStateDescriptor sd(i,
- Tinsel::ListEntry(i, Tinsel::LE_DESC),
- Tinsel::ListEntry(i, Tinsel::LE_NAME));
+ SaveStateDescriptor sd(i, Tinsel::ListEntry(i, Tinsel::LE_DESC));
// TODO: Also add savedFiles[i].dateTime to the SaveStateDescriptor
saveList.push_back(sd);
}