Changed: Also check icon in same directory as executable

This commit is contained in:
kervala 2016-09-28 23:30:24 +02:00
parent 9638c01274
commit 4a7b86721a

View file

@ -1211,6 +1211,12 @@ void prelogInit()
}
}
if (bitmaps.empty())
{
// check if an icon is present in same directory as executable
addRyzomIconBitmap(Args.getProgramPath(), bitmaps);
}
if (bitmaps.empty())
{
// check if an icon is present in current directory