[Scummvm-cvs-logs] SF.net SVN: scummvm:[50828] scummvm/trunk/engines/sci/engine/kfile.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Mon Jul 12 21:41:26 CEST 2010
Revision: 50828
http://scummvm.svn.sourceforge.net/scummvm/?rev=50828&view=rev
Author: m_kiewitz
Date: 2010-07-12 19:41:26 +0000 (Mon, 12 Jul 2010)
Log Message:
-----------
SCI: added TODO for saved games
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kfile.cpp
Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp 2010-07-12 18:22:24 UTC (rev 50827)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp 2010-07-12 19:41:26 UTC (rev 50828)
@@ -438,6 +438,9 @@
return make_reg(0, 1);
}
+// TODO: we need NOT to assign our own ids to saved-games, but use the filename-id and pass that to the scripts
+// LSL6 is using the last used saved-game-id for quicksaving and this won't match correctly otherwise
+
reg_t kCheckSaveGame(EngineState *s, int argc, reg_t *argv) {
Common::String game_id = s->_segMan->getString(argv[0]);
uint16 savedir_nr = argv[1].toUint16();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list