Fixed timer

This commit is contained in:
pagefault
2001-05-22 19:12:12 +00:00
parent 83118af42e
commit 07d20b5600
2 changed files with 14 additions and 16 deletions

View File

@@ -176,7 +176,7 @@ EXTSYM numlockptr
%ifdef __WIN32__
EXTSYM CheckPriority
EXTSYM CheckAlwaysOnTop
EXTSYM ReInitTimer
EXTSYM RestartTimer
%endif
%ifdef __LINUX__
EXTSYM numlockptr
@@ -3321,7 +3321,7 @@ DisplayBoxes:
%ifdef __WIN32__
pushad
call CheckPriority
call ReInitTimer
call RestartTimer
popad
%endif
jmp .finstuff