1
0
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:
Mathieu Schroeter 2017-02-15 21:38:48 +01:00
parent fdd30b8079
commit 4ba48134ba

View File

@ -3217,7 +3217,7 @@ const char *CDecor::GetResHili (POINT posMouse)
if (obj != tableObject.end())
{
if (!obj->second.corner)
return obj->second.text;
return gettext (obj->second.text);
if (m_celHili.x % 2
&& m_celHili.y % 2)