hedgewars/uTeams.pas
changeset 13499 c41b16ac2e05
parent 13476 c265a3e6f6da
child 13597 f7cbf7d8298d
--- a/hedgewars/uTeams.pas	Tue Jul 17 19:28:31 2018 +0200
+++ b/hedgewars/uTeams.pas	Tue Jul 17 19:44:29 2018 +0200
@@ -148,7 +148,7 @@
     PrevHH, PrevTeam : LongWord;
 begin
 TargetPoint.X:= NoPointX;
-if checkFails(CurrentTeam <> nil, 'nil Team', true) then exit;
+if checkFails(CurrentTeam <> nil, 'Team is nil!', true) then exit;
 with CurrentHedgehog^ do
     if (PreviousTeam <> nil) and PlacingHogs and Unplaced then
         begin