Skip to content
Snippets Groups Projects
Commit e0ec4140 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use xp_timer64() instead of xp_timer()

parent 84a2bb32
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2717 failed
......@@ -42,7 +42,7 @@
#include "ciolib.h"
#define MSEC_CLOCK() llroundl(xp_timer()*1000)
#define MSEC_CLOCK() xp_timer64()
enum {
MOUSE_NOSTATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment