[Scummvm-cvs-logs] SF.net SVN: scummvm:[34085] scummvm/branches/branch-0-12-0/engines/cine/ various.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Thu Aug 21 16:43:19 CEST 2008


Revision: 34085
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34085&view=rev
Author:   buddha_
Date:     2008-08-21 14:43:19 +0000 (Thu, 21 Aug 2008)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/cine/various.cpp

Modified: scummvm/branches/branch-0-12-0/engines/cine/various.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/cine/various.cpp	2008-08-21 14:43:03 UTC (rev 34084)
+++ scummvm/branches/branch-0-12-0/engines/cine/various.cpp	2008-08-21 14:43:19 UTC (rev 34085)
@@ -454,7 +454,7 @@
 		// that's not implemented here because it was never used in a stable
 		// release of ScummVM but only during development (From revision 31453,
 		// which introduced the problem, until revision 32073, which fixed it).
-		// Therefore be bail out if we detect this particular savegame format.
+		// Therefore we bail out if we detect this particular savegame format.
 		warning("Detected a known broken savegame format, not loading savegame");
 		return false;
 	} else if (saveGameFormat == ANIMSIZE_UNKNOWN) {


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