- Timestamp:
- Jan 25, 2018, 10:10:32 PM (8 years ago)
- Location:
- trunk/LocalPlayer
- Files:
- 
      - 2 edited
 
 - 
          
  BaseWin.pas (modified) (1 diff)
- 
          
  CityScreen.pas (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/LocalPlayer/BaseWin.pasr60 r103 98 98 if OffscreenUser <> self then 99 99 OffscreenPaint; 100 VPaint 100 VPaint; 101 101 end; 102 102 
- 
      trunk/LocalPlayer/CityScreen.pasr73 r103 214 214 Back := TBitmap.Create; 215 215 Back.PixelFormat := pf24bit; 216 Back.SetSize( ClientWidth, ClientHeight);216 Back.SetSize(Width, Height); 217 217 Back.Canvas.FillRect(0, 0, Back.Width, Back.Height); 218 218 Template := TBitmap.Create; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
