hedgewars/CCHandlers.inc
changeset 3663 8c28abf427f5
parent 3639 b5cdbcc89b61
child 3680 aaf832c6fbd7
equal deleted inserted replaced
3662:a44406f4369b 3663:8c28abf427f5
   436 if CheckNoTeamOrHH or isPaused then exit;
   436 if CheckNoTeamOrHH or isPaused then exit;
   437 if not CurrentTeam^.ExtDriven then SendIPC('S');
   437 if not CurrentTeam^.ExtDriven then SendIPC('S');
   438 with CurrentHedgehog^.Gear^ do
   438 with CurrentHedgehog^.Gear^ do
   439     Message:= Message or gm_Switch
   439     Message:= Message or gm_Switch
   440 end;
   440 end;
   441 
       
   442 {$IFDEF IPHONEOS}
       
   443 procedure clearView; cdecl; external;
       
   444 {$ENDIF}
       
   445 
   441 
   446 procedure chNextTurn(var s: shortstring);
   442 procedure chNextTurn(var s: shortstring);
   447 begin
   443 begin
   448     s:= s; // avoid compiler hint
   444     s:= s; // avoid compiler hint
   449     TryDo(AllInactive, '/nextturn called when not all gears are inactive', true);
   445     TryDo(AllInactive, '/nextturn called when not all gears are inactive', true);