changeset 547 | b81a055f2d06 |
parent 546 | 0e7cc3fb05cd |
child 549 | 4278a80140a8 |
--- a/hedgewars/CCHandlers.inc Mon Jul 02 18:35:31 2007 +0000 +++ b/hedgewars/CCHandlers.inc Mon Jul 02 21:33:21 2007 +0000 @@ -46,15 +46,11 @@ end end; -const TeamsCount: Longword = 0; - procedure chAddTeam(var s: shortstring); begin if isDeveloperMode then begin - inc(TeamsCount); ParseCommand('ammstore 93919294221912103323', true); - TryDo(TeamsCount <= 6, 'Too many teams', true); AddTeam;