[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.24,1.25
Max Horn
fingolfin at users.sourceforge.net
Thu Nov 14 05:18:02 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv6590/scumm
Modified Files:
dialogs.cpp
Log Message:
removed obsolete TODO
Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- dialogs.cpp 6 Nov 2002 17:36:56 -0000 1.24
+++ dialogs.cpp 14 Nov 2002 13:17:15 -0000 1.25
@@ -305,15 +305,6 @@
kQuitCmd = 'QUIT'
};
-/*
- * TODO
- * - Maybe go back to the old way of differentiating between the save and the load mode?
- * This would include that in the load mode the list is not editable.
- * - Currently the savegame list is only loaded once when the dialog is created. Instead,
- * it should be loaded whenever the dialog is opened. Might want to add an open()
- * method to Dialog for that.
- */
-
SaveLoadDialog::SaveLoadDialog(NewGui *gui, Scumm *scumm)
: ScummDialog(gui, scumm, 30, 18, 260, 162)
{
More information about the Scummvm-git-logs
mailing list