comment (sigh!) a variable that is used only in already
commented code.
This commit is contained in:
parent
b1db5d2080
commit
68a0e791db
|
@ -898,7 +898,7 @@ bool mov_loadstate(EMUFILE* fp, int size)
|
|||
// }
|
||||
|
||||
MovieData tempMovieData = MovieData();
|
||||
int curr = fp->ftell();
|
||||
//int curr = fp->ftell();
|
||||
if(!LoadFM2(tempMovieData, fp, size, false)) {
|
||||
|
||||
// is->seekg((uint32)curr+size);
|
||||
|
|
Loading…
Reference in New Issue