mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Restore tooltips with in-game buttons
This commit is contained in:
parent
476dba3aa9
commit
cb0baf10cf
@ -710,7 +710,7 @@ next:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dans un bouton stop/setup/write ?
|
// Dans un bouton stop/setup/write ?
|
||||||
if (textRes == 0 && m_statHili >= 100)
|
if (!strlen (textRes) && m_statHili >= 100)
|
||||||
{
|
{
|
||||||
if (m_statHili == 100)
|
if (m_statHili == 100)
|
||||||
textRes = gettext ("Interrupt");
|
textRes = gettext ("Interrupt");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user