Fix using wrong variable =(
authorunc0rr
Wed, 15 Oct 2008 17:04:46 +0000
changeset 1363 bcd4cb0245f0
parent 1362 6298e9dbd33c
child 1364 64c4922a6960
Fix using wrong variable =(
hedgewars/uTeams.pas
--- a/hedgewars/uTeams.pas	Wed Oct 15 17:01:34 2008 +0000
+++ b/hedgewars/uTeams.pas	Wed Oct 15 17:04:46 2008 +0000
@@ -382,7 +382,7 @@
 	hasGone:= true
 	end;
 	
-RecountTeamHealth(TeamsArray[i])
+RecountTeamHealth(TeamsArray[t])
 end;
 
 initialization