Updated more CS:S gamedata.

This commit is contained in:
Nicholas Hastings 2013-02-06 17:41:17 -05:00
parent 191c3dabdb
commit 4e0c1f97ac

View File

@ -32,21 +32,21 @@
"ClanTagOffset" "ClanTagOffset"
{ {
"windows" "24" "windows" "24"
"linux" "42" "linux" "29"
"mac" "29" "mac" "29"
} }
//Offset into CheckWinLimit to find CT team score offset from gamerules. For mac this is an offset into CCSGameRules::Think //Offset into CheckWinLimit to find CT team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
"CTTeamScoreOffset" "CTTeamScoreOffset"
{ {
"windows" "18" "windows" "18"
"linux" "46" "linux" "27"
"mac" "466" "mac" "466"
} }
//Offset into CheckWinLimit to find T team score offset from gamerules. For mac this is an offset into CCSGameRules::Think //Offset into CheckWinLimit to find T team score offset from gamerules. For mac this is an offset into CCSGameRules::Think
"TTeamScoreOffset" "TTeamScoreOffset"
{ {
"windows" "58" "windows" "58"
"linux" "57" "linux" "38"
"mac" "481" "mac" "481"
} }
} }