hedgewars/uWorld.pas
changeset 12694 e96f0f89ba0c
parent 12257 b46b4ec17f8c
child 12697 c71e330d5094
equal deleted inserted replaced
12693:2592c6ea6008 12694:e96f0f89ba0c
  1165     r: TSDL_Rect;
  1165     r: TSDL_Rect;
  1166     tdx, tdy: Double;
  1166     tdx, tdy: Double;
  1167     s: shortstring;
  1167     s: shortstring;
  1168     offsetX, offsetY, screenBottom: LongInt;
  1168     offsetX, offsetY, screenBottom: LongInt;
  1169     replicateToLeft, replicateToRight, tmp: boolean;
  1169     replicateToLeft, replicateToRight, tmp: boolean;
  1170     a: Byte;
       
  1171 begin
  1170 begin
  1172 if WorldEdge <> weWrap then
  1171 if WorldEdge <> weWrap then
  1173     begin
  1172     begin
  1174     replicateToLeft := false;
  1173     replicateToLeft := false;
  1175     replicateToRight:= false;
  1174     replicateToRight:= false;