mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix stop icon for hebrew
This commit is contained in:
parent
9b6949c8f6
commit
5f592b8bec
@ -1346,7 +1346,8 @@ CDecor::Build (Rect clip, Point posMouse)
|
|||||||
tPos = pos;
|
tPos = pos;
|
||||||
tPos.x += 9;
|
tPos.x += 9;
|
||||||
tPos.y -= 24;
|
tPos.y -= 24;
|
||||||
m_pPixmap->DrawIcon (-1, CHBUTTON, 46, tPos);
|
m_pPixmap->DrawIcon (
|
||||||
|
-1, CHBUTTON, IsRightReading () ? 115 : 46, tPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dessine blupi
|
// Dessine blupi
|
||||||
|
@ -271,6 +271,8 @@ CMenu::Draw ()
|
|||||||
m_pPixmap->DrawIcon (-1, CHBUTTON, state, pos);
|
m_pPixmap->DrawIcon (-1, CHBUTTON, state, pos);
|
||||||
|
|
||||||
icon = table_button_icon[m_buttons[i]];
|
icon = table_button_icon[m_buttons[i]];
|
||||||
|
if (IsRightReading () && icon == 40)
|
||||||
|
icon = 109;
|
||||||
if (m_perso == 8) // disciple ?
|
if (m_perso == 8) // disciple ?
|
||||||
{
|
{
|
||||||
if (icon == 30)
|
if (icon == 30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user