mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetic: fix indent with more recent clang-format
This commit is contained in:
parent
4f856916a0
commit
1ee58d06c4
@ -1110,7 +1110,8 @@ void CDecor::Build (RECT clip, POINT posMouse)
|
||||
// Dessine l'eau en mouvement.
|
||||
pos.x = cPos.x - DIMCELX / 2;
|
||||
pos.y = cPos.y;
|
||||
n = table_eau[(m_timeConst / 2 + // lent !
|
||||
n = table_eau
|
||||
[(m_timeConst / 2 + // lent !
|
||||
table_random_x[x % 10] + table_random_y[y % 10]) %
|
||||
6];
|
||||
m_pPixmap->DrawIcon (CHGROUND, CHFLOOR, n, pos); // eau
|
||||
|
@ -316,7 +316,9 @@ void CMenu::Draw ()
|
||||
{
|
||||
// if ( bRight )
|
||||
// {
|
||||
pos.x = m_pos.x + m_dim.x + 4; // texte à droite
|
||||
pos.x =
|
||||
m_pos.x + m_dim.x +
|
||||
4; // texte à droite
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
@ -358,7 +360,9 @@ void CMenu::Draw ()
|
||||
{
|
||||
// if ( bRight )
|
||||
// {
|
||||
pos.x = m_pos.x + m_dim.x + 4; // texte à droite
|
||||
pos.x =
|
||||
m_pos.x + m_dim.x +
|
||||
4; // texte à droite
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
|
Loading…
x
Reference in New Issue
Block a user