mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: Also check icon in same directory as executable
This commit is contained in:
parent
9638c01274
commit
4a7b86721a
1 changed files with 6 additions and 0 deletions
|
@ -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())
|
if (bitmaps.empty())
|
||||||
{
|
{
|
||||||
// check if an icon is present in current directory
|
// check if an icon is present in current directory
|
||||||
|
|
Loading…
Reference in a new issue