diff -r 3e031b3b33e6 -r 5c2337f8dbb2 share/hedgewars/Data/Maps/CTF_Blizzard/map.lua --- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Sat Oct 27 14:50:38 2012 +0200 +++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Sat Oct 27 11:33:38 2012 -0400 @@ -238,7 +238,7 @@ if fCaptures[teamID] == 3 then for i = 0, (numhhs-1) do if GetHogClan(hhs[i]) == alt then - SetEffect(hhs[i], heResurrectable, false) + SetEffect(hhs[i], heResurrectable, 0) SetHealth(hhs[i],0) end end @@ -784,7 +784,7 @@ hhs[numhhs] = gear numhhs = numhhs + 1 - SetEffect(gear, heResurrectable, true) + SetEffect(gear, heResurrectable, 1) end