[Scummvm-cvs-logs] SF.net SVN: scummvm:[38866] scummvm/trunk/engines/sci/engine/game.cpp
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Tue Feb 24 23:40:55 CET 2009
Revision: 38866
http://scummvm.svn.sourceforge.net/scummvm/?rev=38866&view=rev
Author: aquadran
Date: 2009-02-24 22:40:54 +0000 (Tue, 24 Feb 2009)
Log Message:
-----------
bring back comments but as TODO comment
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/game.cpp
Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp 2009-02-24 22:33:39 UTC (rev 38865)
+++ scummvm/trunk/engines/sci/engine/game.cpp 2009-02-24 22:40:54 UTC (rev 38866)
@@ -727,6 +727,7 @@
/*************************************************************/
int game_init(EngineState *s) {
+ // FIXME Use new VM instantiation code all over the place"
reg_t game_obj; // Address of the game object
dstack_t *stack;
@@ -819,11 +820,14 @@
sciprintf("Freeing miscellaneous data...\n");
+ // TODO Free parser segment here
if (send_calls_allocated) {
free(send_calls);
send_calls_allocated = 0;
}
+ // TODO Free scripts here
+
menubar_free(s->menubar);
_free_graphics_input(s);
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