X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=movie.c;h=d4a6505b046386fa891eae729fa8478c5a0a3c78;hb=c92577a7feb5f17d4386ed0554e9626b456d4461;hp=d3fc1ef43404031ce56b5b0eb1094056b4dfefd7;hpb=5a2aa426410ad21d332ff75b58e7f4ed8459d86a;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;