1
0
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:
Mathieu Schroeter 2017-02-13 23:04:38 +01:00
parent 918b16efff
commit 95a1245e1d
2 changed files with 3 additions and 3 deletions

View File

@ -3191,7 +3191,7 @@ const char *CDecor::GetResHili (POINT posMouse)
if (m_blupi[m_rankHili].bMalade)
return gettext ("Sick Blupi");
return gettext ("Blupi");
case 1: // araignée ?
case 1: // spider ?
return gettext ("Spider");
case 2: // virus ?
return gettext ("Virus");

View File

@ -1928,9 +1928,9 @@ bool CEvent::DrawButtons()
DrawTextCenter (gettext ("Game paused"), (10 + 134) / 2, 20);
else
{
if (m_bDemoRec) // démo en enregistrement ?
if (m_bDemoRec) // recording demo ?
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);
}