Ignore:
Timestamp:
Jan 14, 2017, 8:42:46 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Removed last occurences of Bitmap.ScanLine usage and adjusted to support Linux 32-bit RAW image format.
  • Modified: Simplified LoadLocalizedGraphicFile function as it do same thing as LoadGraphicFile just with localized directory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r55 r68  
    960960            inc(p)
    961961          until (p > length(s)) or (s[p] = '\');
    962           if LoadLocalizedGraphicFile(ExtPic, 'Help' + DirectorySeparator + copy(s, 2, p - 2)) then
     962          if LoadGraphicFile(ExtPic, LocalizedFilePath('Help' +
     963            DirectorySeparator + copy(s, 2, p - 2))) then
    963964          begin
    964965            MainText.AddLine('', pkExternal);
Note: See TracChangeset for help on using the changeset viewer.