1
0
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:
Mathieu Schroeter 2019-02-08 22:33:03 +01:00
parent 9b6949c8f6
commit 5f592b8bec
2 changed files with 4 additions and 1 deletions

View File

@ -1346,7 +1346,8 @@ CDecor::Build (Rect clip, Point posMouse)
tPos = pos;
tPos.x += 9;
tPos.y -= 24;
m_pPixmap->DrawIcon (-1, CHBUTTON, 46, tPos);
m_pPixmap->DrawIcon (
-1, CHBUTTON, IsRightReading () ? 115 : 46, tPos);
}
// Dessine blupi

View File

@ -271,6 +271,8 @@ CMenu::Draw ()
m_pPixmap->DrawIcon (-1, CHBUTTON, state, pos);
icon = table_button_icon[m_buttons[i]];
if (IsRightReading () && icon == 40)
icon = 109;
if (m_perso == 8) // disciple ?
{
if (icon == 30)