X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=movie.c;fp=movie.c;h=d4a6505b046386fa891eae729fa8478c5a0a3c78;hb=4fdfab079f3f006ae215ab453072a25588aa951d;hp=d3fc1ef43404031ce56b5b0eb1094056b4dfefd7;hpb=13a7da558887ad47a9f21b4c86cc4d7fd797cf42;p=fceu.git diff --git a/movie.c b/movie.c index d3fc1ef..d4a6505 100644 --- a/movie.c +++ b/movie.c @@ -83,7 +83,7 @@ static uint8* moviedata = NULL; static uint32 moviedatasize = 0; static uint32 firstframeoffset = 0; static uint32 savestate_offset = 0; -static uint32 framecount = 0; +/*static*/ uint32 framecount = 0; static uint32 rerecord_count = 0; /*static*/ int movie_readonly = 1; int frame_display = 0;