[Scummvm-cvs-logs] SF.net SVN: scummvm:[39886] residual/trunk/engine/registry.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Tue Apr 7 14:19:39 CEST 2009


Revision: 39886
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39886&view=rev
Author:   aquadran
Date:     2009-04-07 12:19:39 +0000 (Tue, 07 Apr 2009)

Log Message:
-----------
revert local change

Modified Paths:
--------------
    residual/trunk/engine/registry.cpp

Modified: residual/trunk/engine/registry.cpp
===================================================================
--- residual/trunk/engine/registry.cpp	2009-04-07 12:16:51 UTC (rev 39885)
+++ residual/trunk/engine/registry.cpp	2009-04-07 12:19:39 UTC (rev 39886)
@@ -125,8 +125,8 @@
 void Registry::set(const char *key, const char *val) {
 	// Hack: Don't save these, so we can run in good_times mode
 	// without new games being bogus.
-	if (strstr(key, "GrimLastSet") || strstr(key, "GrimMannyState"))
-		return;
+//	if (strstr(key, "GrimLastSet") || strstr(key, "GrimMannyState"))
+//		return;
 
 	_dirty = true;
 	assert(val);


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