Half seconds per rewind now works.

This commit is contained in:
n-a-c-h
2005-02-14 10:30:02 +00:00
parent 414693f2aa
commit 66b48c9a6d
3 changed files with 7 additions and 4 deletions

View File

@@ -356,7 +356,6 @@ NEWSYM ProcessRewind
inc dword[RewindPos]
and dword[RewindPos],0Fh
mov edx,[tempedx]
mov dword[RewindTimer],60*3
.notokay
ret
.notokay2
@@ -395,7 +394,6 @@ NEWSYM UpdateRewind
inc dword[RewindOldPos]
and dword[RewindOldPos],0Fh
.noteq
mov dword[RewindTimer],60*3
pop eax
%endif
ret