From 765ad9cd8f0184dca7c69deac1368eb2c09cc98c Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sat, 24 Aug 2024 23:28:40 +0800 Subject: [PATCH] [saco] Match `HasTimestamps()` --- saco/net/netgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saco/net/netgame.cpp b/saco/net/netgame.cpp index 91b3375..7e17a3f 100644 --- a/saco/net/netgame.cpp +++ b/saco/net/netgame.cpp @@ -22,7 +22,7 @@ BYTE __stdcall GetPacketID(Packet *p) //---------------------------------------------------- -bool HasTimestamps(Packet *p) +bool __stdcall HasTimestamps(Packet *p) { if (p==0) return 0;