Mohawk : Improved code formatting conventions compliance.

svn-id: r46965
This commit is contained in:
David Turner 2010-01-04 08:10:29 +00:00
parent ed06df7a25
commit ae9cf4d51e
11 changed files with 950 additions and 950 deletions

View file

@ -59,7 +59,7 @@ bool MystSaveLoad::loadGame(Common::String filename) {
|| (size != 664 && (_vm->getFeatures() & GF_ME))
|| (size != 601 && !(_vm->getFeatures() & GF_ME))) {
warning ("Incompatible saved game version");
// FIXME - Add Support to load original game saves in ME and vice versa
// FIXME - Add Support to load original game saves in ME and vice versa
delete loadFile;
return false;
}