hedgewars/uGears.pas
changeset 7805 2a249a4faf5b
parent 7767 d1ea9b3f543e
child 7850 fcbb024090a4
--- a/hedgewars/uGears.pas	Wed Oct 24 00:35:27 2012 +0400
+++ b/hedgewars/uGears.pas	Tue Oct 23 16:52:13 2012 -0400
@@ -1223,7 +1223,7 @@
 procedure chSkip(var s: shortstring);
 begin
 s:= s; // avoid compiler hint
-if not CurrentTeam^.ExtDriven then
+if not isExternalSource then
     SendIPC(_S',');
 uStats.Skipped;
 skipFlag:= true