diff -r ab0340f580c2 -r 330a2dbacd67 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Sat Aug 12 17:41:02 2006 +0000 +++ b/hedgewars/CCHandlers.inc Mon Aug 14 14:49:40 2006 +0000 @@ -317,7 +317,7 @@ SDL_GetMouseState(@TargetPoint.X, @TargetPoint.Y); dec(TargetPoint.X, WorldDx); dec(TargetPoint.Y, WorldDy); - s[0]:= #9; + s[0]:= #5; s[1]:= 'p'; PSmallInt(@s[2])^:= TargetPoint.X; PSmallInt(@s[4])^:= TargetPoint.Y;