[Scummvm-cvs-logs] SF.net SVN: scummvm:[34084] scummvm/trunk/engines/cine/various.cpp

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


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

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

Modified Paths:
--------------
    scummvm/trunk/engines/cine/various.cpp

Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp	2008-08-21 14:42:34 UTC (rev 34083)
+++ scummvm/trunk/engines/cine/various.cpp	2008-08-21 14:43:03 UTC (rev 34084)
@@ -1094,7 +1094,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");
 		load = false; // Don't load the savegame
 	} 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