diff --git a/Client/ULandscape.pas b/Client/ULandscape.pas index 275f2c0..bf0e666 100644 --- a/Client/ULandscape.pas +++ b/Client/ULandscape.pas @@ -1588,7 +1588,7 @@ begin end else if FShortCuts[0] <> nil then begin - stepSize := FCount div 10; + stepSize := FCount div 10 + 1; nextStep := stepSize; step := 0; shortcut := 1;