aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index abb083dccd..76bcf0c3be 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -756,7 +756,7 @@ void SaveLoadChooser::updateSaveList() {
SaveStateDescriptor dummySave(curSlot, "");
_saveList.insert_at(curSlot, dummySave);
saveNames.push_back(dummySave.description());
- ++x; // sync save list pointer
+ ++x; // sync the save list iterator
curSlot++;
}