hedgewars/CCHandlers.inc
changeset 871 f1bf00b7fd5a
parent 866 ac6f6c95c23f
child 883 07a568ba44e0
equal deleted inserted replaced
870:dd418d9c18c5 871:f1bf00b7fd5a
   368 end;
   368 end;
   369 
   369 
   370 procedure chSkip(var s: shortstring);
   370 procedure chSkip(var s: shortstring);
   371 begin
   371 begin
   372 if not CurrentTeam^.ExtDriven then SendIPC(',');
   372 if not CurrentTeam^.ExtDriven then SendIPC(',');
   373 PlaySound(sndBoring, false);
   373 uStats.Skipped;
   374 TurnTimeLeft:= 0
   374 TurnTimeLeft:= 0
   375 end;
   375 end;
   376 
   376 
   377 procedure chSetMap(var s: shortstring);
   377 procedure chSetMap(var s: shortstring);
   378 begin
   378 begin