fix build error in non-windows lua-enabled ports since r3079
This commit is contained in:
parent
a44fe4cdf8
commit
385ecbe2d6
|
@ -1417,7 +1417,7 @@ void FCEUMOV_IncrementRerecordCount()
|
|||
else
|
||||
currMovieData.rerecordCount++;
|
||||
#else
|
||||
if (movieMode != MOVIEMODE_TASEDITOR)currRerecordCount++;
|
||||
if (movieMode != MOVIEMODE_TASEDITOR)
|
||||
currRerecordCount++;
|
||||
else
|
||||
currMovieData.rerecordCount++;
|
||||
|
|
Loading…
Reference in New Issue