From 91339048cd798a05ac05b529f18036694c627397 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sat, 12 Feb 2022 02:40:09 -0500
Subject: [PATCH] Use xp_timer64() instead of xp_timer()

---
 src/conio/mouse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/mouse.c b/src/conio/mouse.c
index 681ce726e3..4ae67c89a6 100644
--- a/src/conio/mouse.c
+++ b/src/conio/mouse.c
@@ -42,7 +42,7 @@
 
 #include "ciolib.h"
 
-#define MSEC_CLOCK()	llroundl(xp_timer()*1000)
+#define MSEC_CLOCK()	xp_timer64()
 
 enum {
 	 MOUSE_NOSTATE
-- 
GitLab