mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetic: fix comment chars
This commit is contained in:
parent
918b16efff
commit
95a1245e1d
@ -3191,7 +3191,7 @@ const char *CDecor::GetResHili (POINT posMouse)
|
|||||||
if (m_blupi[m_rankHili].bMalade)
|
if (m_blupi[m_rankHili].bMalade)
|
||||||
return gettext ("Sick Blupi");
|
return gettext ("Sick Blupi");
|
||||||
return gettext ("Blupi");
|
return gettext ("Blupi");
|
||||||
case 1: // araignée ?
|
case 1: // spider ?
|
||||||
return gettext ("Spider");
|
return gettext ("Spider");
|
||||||
case 2: // virus ?
|
case 2: // virus ?
|
||||||
return gettext ("Virus");
|
return gettext ("Virus");
|
||||||
|
@ -1928,9 +1928,9 @@ bool CEvent::DrawButtons()
|
|||||||
DrawTextCenter (gettext ("Game paused"), (10 + 134) / 2, 20);
|
DrawTextCenter (gettext ("Game paused"), (10 + 134) / 2, 20);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (m_bDemoRec) // démo en enregistrement ?
|
if (m_bDemoRec) // recording demo ?
|
||||||
DrawTextCenter (gettext ("REC"), (10 + 134) / 2, 20, FONTRED);
|
DrawTextCenter (gettext ("REC"), (10 + 134) / 2, 20, FONTRED);
|
||||||
if (m_bDemoPlay) // démo en restitution ?
|
if (m_bDemoPlay) // playing demo ?
|
||||||
DrawTextCenter (gettext ("Demo"), (10 + 134) / 2, 20, FONTRED);
|
DrawTextCenter (gettext ("Demo"), (10 + 134) / 2, 20, FONTRED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user