equal
deleted
inserted
replaced
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 uStats.Skipped; |
373 uStats.Skipped; |
374 TurnTimeLeft:= 0 |
374 skipFlag:= true |
375 end; |
375 end; |
376 |
376 |
377 procedure chSetMap(var s: shortstring); |
377 procedure chSetMap(var s: shortstring); |
378 begin |
378 begin |
379 if isDeveloperMode then |
379 if isDeveloperMode then |