aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/Team_Duell/TeamDuell.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Team_Duell/TeamDuell.dpr b/plugins/Team_Duell/TeamDuell.dpr
index 60bed41a..1371c95d 100644
--- a/plugins/Team_Duell/TeamDuell.dpr
+++ b/plugins/Team_Duell/TeamDuell.dpr
@@ -19,7 +19,7 @@ var
bps, RTimeToNextChange: double;
firsttime, secondtime: boolean;
-function GetTicks: integer;
+function GetTicks: cardinal;
// returns a time stamp in milliseconds
begin
GetTicks := round(TimeStampToMSecs(DateTimeToTimeStamp(Now)));