diff options
author | Kari Salminen | 2008-08-21 14:43:03 +0000 |
---|---|---|
committer | Kari Salminen | 2008-08-21 14:43:03 +0000 |
commit | 4d6101cff9ac0f9412f4e0e6fc00dc5c0edbf0ab (patch) | |
tree | 387f51fa5175edcc1f3d4963655d11f46cc31aea /engines | |
parent | d976f8a0fe7f011c873c2629d92ecef846d3d888 (diff) | |
download | scummvm-rg350-4d6101cff9ac0f9412f4e0e6fc00dc5c0edbf0ab.tar.gz scummvm-rg350-4d6101cff9ac0f9412f4e0e6fc00dc5c0edbf0ab.tar.bz2 scummvm-rg350-4d6101cff9ac0f9412f4e0e6fc00dc5c0edbf0ab.zip |
Fix typo.
svn-id: r34084
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cine/various.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp index e96e03b03c..355ebc0cec 100644 --- a/engines/cine/various.cpp +++ b/engines/cine/various.cpp @@ -1094,7 +1094,7 @@ bool CineEngine::makeLoad(char *saveName) { // 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) { |