From ece98a3e35637c41083911f75d2cb76a995198eb Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sat, 24 Aug 2024 23:28:14 +0800 Subject: [PATCH] [saco] Match `GetPacketID(...)` --- 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 38a3b30..91b3375 100644 --- a/saco/net/netgame.cpp +++ b/saco/net/netgame.cpp @@ -7,7 +7,7 @@ extern CChatWindow *pChatWindow; //---------------------------------------------------- -BYTE GetPacketID(Packet *p) +BYTE __stdcall GetPacketID(Packet *p) { if (p==0) return 255;