aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index d1267f8939..39d8acffbd 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -781,7 +781,7 @@ void SaveLoadChooser::updateSaveList() {
// Fill the rest of the save slots with empty saves
Common::String emptyDesc;
- for (int i = curSlot + 1; i <= (*_plugin)->getMaximumSaveSlot(); i++) {
+ for (int i = curSlot; i <= (*_plugin)->getMaximumSaveSlot(); i++) {
saveNames.push_back(emptyDesc);
SaveStateDescriptor dummySave(i, "");
_saveList.push_back(dummySave);