diff -r be6690c337fb -r 0b62498c201a hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Oct 15 19:38:18 2009 +0000 +++ b/hedgewars/uConsts.pas Thu Oct 15 21:47:05 2009 +0000 @@ -246,11 +246,12 @@ cSendEmptyPacketTime = 1000; // Training Flags - tfNone = $00000000; - tfTimeTrial = $00000001; - tfRCPlane = $00000002; - tfSpawnTargets = $00000004; - tfIgnoreDelays = $00000008; + tfNone = $00000000; + tfTimeTrial = $00000001; + tfRCPlane = $00000002; + tfSpawnTargets = $00000004; + tfIgnoreDelays = $00000008; + tfTargetRespawn = $00000010; gfForts = $00000001; gfMultiWeapon = $00000002;