From 66747eda2c2e17c9a52186d4698d6de756d148dc Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 17 Oct 2022 08:41:39 +0000 Subject: [PATCH] Update steam_game_coordinator.h --- dll/steam_game_coordinator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/steam_game_coordinator.h b/dll/steam_game_coordinator.h index 1ba2b88..bbb6fe0 100644 --- a/dll/steam_game_coordinator.h +++ b/dll/steam_game_coordinator.h @@ -120,7 +120,7 @@ EGCResults RetrieveMessage( uint32 *punMsgType, void *pubDest, uint32 cubDest, u if (pcubMsgSize) *pcubMsgSize = outgoing_messages.front().size(); if (punMsgType && outgoing_messages.front().size() >= sizeof(uint32)) { outgoing_messages.front().copy((char *)punMsgType, sizeof(uint32)); - *punMsgType = ntohl(*punMsgType); +// *punMsgType = ntohl(*punMsgType); //in dota sends wrong TypeMsg } outgoing_messages.pop();