git-svn-id: https://spexeah.com:8443/svn/Asuro@687 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -27,7 +27,6 @@ implementation
|
||||
var
|
||||
Hooks : Array[1..MAX_HOOKS] of pp_hook_method;
|
||||
Registered : boolean = false;
|
||||
v : uint32 = 0;
|
||||
|
||||
procedure Main; //IRQ0, 1024.19hz aprox
|
||||
var
|
||||
@ -35,11 +34,6 @@ var
|
||||
|
||||
begin
|
||||
CLI;
|
||||
inc(v);
|
||||
if v = 1024 then begin
|
||||
console.redrawWindows;
|
||||
v:= 0;
|
||||
end;
|
||||
for i:=0 to MAX_HOOKS-1 do begin
|
||||
if uint32(Hooks[i]) <> 0 then begin
|
||||
Hooks[i](nil);
|
||||
|
Reference in New Issue
Block a user