--- a/hedgewars/uVariables.pas Mon Dec 06 03:09:12 2010 +0100
+++ b/hedgewars/uVariables.pas Sun Dec 05 22:02:30 2010 -0500
@@ -2021,7 +2021,8 @@
ClansArray: array[0..Pred(cMaxTeams)] of PClan;
ClansCount: Longword;
LocalClan: LongInt; // last non-bot, non-extdriven clan
- LocalAmmo: LongInt; // last non-bot, non-extdriven clan's first team's ammo index
+ LocalTeam: LongInt; // last non-bot, non-extdriven clan first team
+ LocalAmmo: LongInt; // last non-bot, non-extdriven clan's first team's ammo index, updated to next upcoming hog for per-hog-ammo
CurMinAngle, CurMaxAngle: Longword;
GameOver: boolean;