[Scummvm-cvs-logs] SF.net SVN: scummvm:[39885] residual/trunk/engine/registry.cpp
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Tue Apr 7 14:16:51 CEST 2009
Revision: 39885
http://scummvm.svn.sourceforge.net/scummvm/?rev=39885&view=rev
Author: aquadran
Date: 2009-04-07 12:16:51 +0000 (Tue, 07 Apr 2009)
Log Message:
-----------
ops
Modified Paths:
--------------
residual/trunk/engine/registry.cpp
Modified: residual/trunk/engine/registry.cpp
===================================================================
--- residual/trunk/engine/registry.cpp 2009-04-07 12:15:12 UTC (rev 39884)
+++ residual/trunk/engine/registry.cpp 2009-04-07 12:16:51 UTC (rev 39885)
@@ -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