comparison SaveLoad.cpp @ 2356:08c4f1799ca1

Elements of VideoPlayer structure moved
author Ritor1
date Thu, 10 Apr 2014 17:34:50 +0600
parents d6887ee81068
children 23192f5b41d4
comparison
equal deleted inserted replaced
2347:d57505d3c70c 2356:08c4f1799ca1
568 void SaveNewGame() 568 void SaveNewGame()
569 { 569 {
570 FILE *file; // eax@7 570 FILE *file; // eax@7
571 void *pSave; // [sp+170h] [bp-8h]@3 571 void *pSave; // [sp+170h] [bp-8h]@3
572 572
573 if ( pVideoPlayer->AnyMovieLoaded() ) 573 if ( pMovie )
574 pVideoPlayer->Unload(); 574 pVideoPlayer->Unload();
575 pSave = malloc(1000000); 575 pSave = malloc(1000000);
576 pNew_LOD->CloseWriteFile(); 576 pNew_LOD->CloseWriteFile();
577 remove("data\\new.lod");//удалить new.lod 577 remove("data\\new.lod");//удалить new.lod
578 578