From 4e0c1f97ac28d5e0c040970280eea06b29d1c9e4 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 6 Feb 2013 17:41:17 -0500 Subject: [PATCH] Updated more CS:S gamedata. --- gamedata/sm-cstrike.games/game.css.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gamedata/sm-cstrike.games/game.css.txt b/gamedata/sm-cstrike.games/game.css.txt index 05337ddb0..b6be24e2d 100644 --- a/gamedata/sm-cstrike.games/game.css.txt +++ b/gamedata/sm-cstrike.games/game.css.txt @@ -32,21 +32,21 @@ "ClanTagOffset" { "windows" "24" - "linux" "42" + "linux" "29" "mac" "29" } //Offset into CheckWinLimit to find CT team score offset from gamerules. For mac this is an offset into CCSGameRules::Think "CTTeamScoreOffset" { "windows" "18" - "linux" "46" + "linux" "27" "mac" "466" } //Offset into CheckWinLimit to find T team score offset from gamerules. For mac this is an offset into CCSGameRules::Think "TTeamScoreOffset" { "windows" "58" - "linux" "57" + "linux" "38" "mac" "481" } }