--- a/hedgewars/uVariables.pas Wed Dec 19 05:50:02 2018 +0100
+++ b/hedgewars/uVariables.pas Wed Dec 19 19:10:42 2018 +0100
@@ -2488,6 +2488,7 @@
CurrentTeam: PTeam;
PreviousTeam: PTeam;
+ MissionTeam: PTeam;
CurrentHedgehog: PHedgehog;
TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
TeamsCount: Longword; // number of teams on game start
@@ -2941,6 +2942,7 @@
GearsList:= nil;
CurrentTeam:= nil;
PreviousTeam:= nil;
+ MissionTeam:= nil;
CurrentHedgehog:= nil;
FollowGear:= nil;
lastVisualGearByUID:= nil;