mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix missing call on gettext
This commit is contained in:
parent
fdd30b8079
commit
4ba48134ba
@ -3217,7 +3217,7 @@ const char *CDecor::GetResHili (POINT posMouse)
|
|||||||
if (obj != tableObject.end())
|
if (obj != tableObject.end())
|
||||||
{
|
{
|
||||||
if (!obj->second.corner)
|
if (!obj->second.corner)
|
||||||
return obj->second.text;
|
return gettext (obj->second.text);
|
||||||
|
|
||||||
if (m_celHili.x % 2
|
if (m_celHili.x % 2
|
||||||
&& m_celHili.y % 2)
|
&& m_celHili.y % 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user