Ignore:
Timestamp:
Apr 22, 2024, 10:17:01 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/CityScreen.pas

    r549 r550  
    11881188    begin
    11891189      I := 5;
    1190       while (I >= 0) and not((X >= xZoomMap + 14 + 72 * (I mod 3)) and
     1190      while (I >= 0) and not ((X >= xZoomMap + 14 + 72 * (I mod 3)) and
    11911191        (X < xZoomMap + 14 + 56 + 72 * (I mod 3)) and
    11921192        (Y >= yZoomMap + 14 + 56 * (I div 3)) and
     
    12991299    begin
    13001300      I := 5;
    1301       while (I >= 0) and not((X >= xZoomMap + 64 * (I mod 3)) and
     1301      while (I >= 0) and not ((X >= xZoomMap + 64 * (I mod 3)) and
    13021302        (X < xZoomMap + 64 + 64 * (I mod 3)) and
    13031303        (Y >= yZoomMap + 20 + 48 * (I div 3)) and
Note: See TracChangeset for help on using the changeset viewer.