Changeset 20 for trunk/LocalPlayer/NatStat.pas
- Timestamp:
- Jan 8, 2017, 12:23:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/NatStat.pas
r17 r20 92 92 Back.Height := ClientHeight; 93 93 Template := TBitmap.Create; 94 LoadGraphicFile(Template, HomeDir + 'Graphics \Nation', gfNoGamma);94 LoadGraphicFile(Template, HomeDir + 'Graphics' + DirectorySeparator + 'Nation', gfNoGamma); 95 95 Template.PixelFormat := pf8bit; 96 96 end;
Note:
See TracChangeset
for help on using the changeset viewer.