changeset 110 | 330a2dbacd67 |
parent 102 | c45643d3fd78 |
child 145 | e593d5266e01 |
--- 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;