aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorFilippos Karapetis2008-11-09 18:38:25 +0000
committerFilippos Karapetis2008-11-09 18:38:25 +0000
commit8b0f38acd1ebe2f8d7bd83dbec561ac7b3c4d09d (patch)
treec8c787d31577f45e5abc3c3a652f996b4307bd72 /gui
parenteee2e68007edbed6419d2f8630e3c5b777d4ca46 (diff)
downloadscummvm-rg350-8b0f38acd1ebe2f8d7bd83dbec561ac7b3c4d09d.tar.gz
scummvm-rg350-8b0f38acd1ebe2f8d7bd83dbec561ac7b3c4d09d.tar.bz2
scummvm-rg350-8b0f38acd1ebe2f8d7bd83dbec561ac7b3c4d09d.zip
Corrected comment
svn-id: r34967
Diffstat (limited to 'gui')
-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++;
}