hedgewars/PascalExports.pas
changeset 3933 1a873262f5dd
parent 3928 2560731c860d
child 3940 cc29628976cc
--- a/hedgewars/PascalExports.pas	Thu Oct 07 02:16:29 2010 +0200
+++ b/hedgewars/PascalExports.pas	Sat Oct 09 05:57:46 2010 +0200
@@ -297,8 +297,6 @@
 var skipTurns : PByte;
     a : TAmmoType;
 begin
-    if (CurrentTeam^.ExtDriven) or (CurrentTeam^.Hedgehogs[0].BotLevel <> 0) then
-        exit(nil);
     GetMem(skipTurns,ord(High(TAmmoType)));
     FillChar(skipTurns^,ord(High(TAmmoType)),0);
     for a:= Low(TAmmoType) to High(TAmmoType) do