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

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat Aug 23 12:25:43 CEST 2008


Revision: 34111
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34111&view=rev
Author:   aquadran
Date:     2008-08-23 10:25:43 +0000 (Sat, 23 Aug 2008)

Log Message:
-----------
ops

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

Modified: residual/trunk/engine/registry.cpp
===================================================================
--- residual/trunk/engine/registry.cpp	2008-08-23 10:23:44 UTC (rev 34110)
+++ residual/trunk/engine/registry.cpp	2008-08-23 10:25:43 UTC (rev 34111)
@@ -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