From 5f9aaadacb0dabfbc02a28bffc726028fe817693 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 10 Nov 2015 21:27:24 -0500 Subject: [PATCH] Update Windows TerminateRound signature for CS:GO (bug 6432). --- gamedata/sm-cstrike.games/game.csgo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedata/sm-cstrike.games/game.csgo.txt b/gamedata/sm-cstrike.games/game.csgo.txt index 0946cdbf..9fc1c929 100644 --- a/gamedata/sm-cstrike.games/game.csgo.txt +++ b/gamedata/sm-cstrike.games/game.csgo.txt @@ -109,7 +109,7 @@ "TerminateRound" { "library" "server" - "windows" "\x55\x8B\xEC\x83\xE4\xF8\x83\xEC\x3C\x53\x8B\xD9\xF3\x0F\x11\x4C\x24\x18\x56\x57\x89\x2A\x2A\x2A\x83" + "windows" "\x55\x8B\xEC\x83\xE4\xF8\x83\xEC\x44\x53\x8B\xD9\xF3\x0F\x11\x4C\x24\x18" "linux" "@_ZN12CCSGameRules14TerminateRoundEfi" "mac" "@_ZN12CCSGameRules14TerminateRoundEfi" }