This commit is contained in:
zeromus 2011-02-23 06:49:52 +00:00
parent 6f4b85146c
commit e10cea356a
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ namespace BizHawk.MultiClient
if (rewindTodo >= 1)
{
rewindCredits -= 100 * rewindTodo;
Rewind(1 + rewindTodo);
Rewind(rewindTodo);
suppressCaptureRewind = true;
runFrame = true;
}