~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to engines/cine/saveload.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2010-05-07 18:57:09 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100507185709-34v8yycywjrou5o3
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 *
21
 
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-0-0/engines/cine/saveload.cpp $
22
 
 * $Id: saveload.cpp 43028 2009-08-03 17:54:52Z buddha_ $
 
21
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-1-1/engines/cine/saveload.cpp $
 
22
 * $Id: saveload.cpp 45616 2009-11-02 21:54:57Z fingolfin $
23
23
 *
24
24
 */
25
25
 
457
457
        }
458
458
}
459
459
 
460
 
bool CineEngine::loadSaveDirectory(void) {
 
460
bool CineEngine::loadSaveDirectory() {
461
461
        Common::InSaveFile *fHandle;
462
462
        char tmp[80];
463
463