changeset 7426 | 55b49cc1f33a |
parent 7412 | 9e5aa3c8dc62 |
child 7805 | 2a249a4faf5b |
--- a/hedgewars/uCommands.pas Tue Jul 24 18:53:42 2012 -0400 +++ b/hedgewars/uCommands.pas Wed Jul 25 10:56:14 2012 -0400 @@ -95,7 +95,7 @@ begin if TrustedSource or t^.Trusted then begin - if t^.Rand and not CheckNoTeamOrHH then + if t^.Rand and (not CheckNoTeamOrHH) then CheckSum:= CheckSum xor LongWord(SDLNet_Read32(@CmdStr)) xor LongWord(s[0]) xor GameTicks; t^.Handler(s); end;